aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Info/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-22 07:19:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-22 07:19:35 +0000
commit803f1e5e92b6c89e43c0e799e29dd307e513a767 (patch)
tree034afc601a479c828e41385812c913185b27440a /graphics/p5-Image-Info/Makefile
parent78167f1eea66ed674040277145d609229aa7ed87 (diff)
downloadports-803f1e5e92b6c89e43c0e799e29dd307e513a767.tar.gz
ports-803f1e5e92b6c89e43c0e799e29dd307e513a767.zip
- Update to 1.32
- Sort *_DEPENDS and MAN3 Changes: http://search.cpan.org/dist/Image-Info/CHANGES
Notes
Notes: svn path=/head/; revision=292037
Diffstat (limited to 'graphics/p5-Image-Info/Makefile')
-rw-r--r--graphics/p5-Image-Info/Makefile35
1 files changed, 21 insertions, 14 deletions
diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile
index 21cbe7e10413..41001c57c1d0 100644
--- a/graphics/p5-Image-Info/Makefile
+++ b/graphics/p5-Image-Info/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Image-Info
-PORTVERSION= 1.31
+PORTVERSION= 1.32
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,25 +14,32 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for getting image information
-RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
- ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
- p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
+ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
+ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Image::Info.3 Image::Info::BMP.3 Image::Info::SVG.3 \
- Image::Info::TIFF.3 Image::Info::PPM.3 \
- Image::Info::XBM.3 Image::Info::XPM.3 \
- Image::Info::ICO.3 Bundle::Image::Info::Everything.3 \
- Bundle::Image::Info::PNG.3 Bundle::Image::Info::SVG.3 \
- Bundle::Image::Info::XPM.3 Bundle::Image::Info::XBM.3
+MAN3= Bundle::Image::Info::Everything.3 \
+ Bundle::Image::Info::PNG.3 \
+ Bundle::Image::Info::SVG.3 \
+ Bundle::Image::Info::XBM.3 \
+ Bundle::Image::Info::XPM.3 \
+ Image::Info.3 \
+ Image::Info::BMP.3 \
+ Image::Info::ICO.3 \
+ Image::Info::PPM.3 \
+ Image::Info::SVG.3 \
+ Image::Info::TIFF.3 \
+ Image::Info::XBM.3 \
+ Image::Info::XPM.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+.if ${PERL_LEVEL} < 501000
+RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
+BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>