diff options
author | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
commit | d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /graphics | |
parent | 1bfb9f578ed6894d1e0be173af564da786409163 (diff) | |
download | freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.gz freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.zst freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/commons-utilities/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Acme-Steganography-Image-Png/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Imgur/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Magick-Iterator/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-MetaData-GQview/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-Image-Size-FillFullSelect/Makefile | 9 |
6 files changed, 18 insertions, 36 deletions
diff --git a/graphics/commons-utilities/Makefile b/graphics/commons-utilities/Makefile index 4b0ee278e096..7549cb2ff4b3 100644 --- a/graphics/commons-utilities/Makefile +++ b/graphics/commons-utilities/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: commons-utilities -# Date created: 18 September 2010 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= commons-utilities PORTVERSION= 1.0 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ exiv2:${PORTSDIR}/graphics/exiv2 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= 2.5+ LICENSE= GPLv3 diff --git a/graphics/p5-Acme-Steganography-Image-Png/Makefile b/graphics/p5-Acme-Steganography-Image-Png/Makefile index 41ecfdefc9c5..c8e61daeeae2 100644 --- a/graphics/p5-Acme-Steganography-Image-Png/Makefile +++ b/graphics/p5-Acme-Steganography-Image-Png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Acme-Steganography-Image-Png -# Date created: 2006-07-23 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Acme-Steganography-Image-Png PORTVERSION= 0.06 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Acme::Steganography::Image::Png.3 diff --git a/graphics/p5-Image-Imgur/Makefile b/graphics/p5-Image-Imgur/Makefile index b258dc51c915..cb3417b75c9a 100644 --- a/graphics/p5-Image-Imgur/Makefile +++ b/graphics/p5-Image-Imgur/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Imgur -# Date created: 2010-10-27 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-Imgur PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= Perl extension for uploading images to http://imgur.com RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Imgur.3 diff --git a/graphics/p5-Image-Magick-Iterator/Makefile b/graphics/p5-Image-Magick-Iterator/Makefile index 27438ae97aad..a51e8c741250 100644 --- a/graphics/p5-Image-Magick-Iterator/Makefile +++ b/graphics/p5-Image-Magick-Iterator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Magick-Iterator -# Date created: 2006-11-12 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-Magick-Iterator PORTVERSION= 0.01 @@ -19,7 +15,8 @@ COMMENT= Sequentially read Image::Magick object from a filehandle RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Magick::Iterator.3 Image::Magick::Iterator::PPM.3 diff --git a/graphics/p5-Image-MetaData-GQview/Makefile b/graphics/p5-Image-MetaData-GQview/Makefile index 101498f5dcca..d1a8517ce9db 100644 --- a/graphics/p5-Image-MetaData-GQview/Makefile +++ b/graphics/p5-Image-MetaData-GQview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-MetaData-GQview -# Date created: 2006-08-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Image-MetaData-GQview PORTVERSION= 1.9 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl extension for GQview image metadata -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::MetaData::GQview.3 diff --git a/graphics/p5-Image-Size-FillFullSelect/Makefile b/graphics/p5-Image-Size-FillFullSelect/Makefile index 05e919eb1011..5875c825cbbf 100644 --- a/graphics/p5-Image-Size-FillFullSelect/Makefile +++ b/graphics/p5-Image-Size-FillFullSelect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-LDAP-Makepath -# Date created: 2008-06-24 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Image-Size-FillFullSelect PORTVERSION= 0.1.0 @@ -18,7 +14,8 @@ COMMENT= Pick whether an image fill setting for a image should be fill or full BUILD_DEPENDS= p5-Image-Size>=3.230:${PORTSDIR}/graphics/p5-Image-Size RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Size::FillFullSelect.3 |