aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2007-10-22 05:39:53 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2007-10-22 05:39:53 +0000
commitbc7c41d409c7e574925008f215545301bd6f009d (patch)
tree283c02366ab94747c5ef4e7fb9799bbb94e341e7 /archivers
parent87ced2a61ee9b1f34bb9ad753860a3ab47ac5a7c (diff)
downloadports-bc7c41d409c7e574925008f215545301bd6f009d.tar.gz
ports-bc7c41d409c7e574925008f215545301bd6f009d.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Zlib/Makefile14
-rw-r--r--archivers/p5-Compress-Zlib/distinfo6
2 files changed, 13 insertions, 7 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile
index d842ba36692d..d9197e2bd676 100644
--- a/archivers/p5-Compress-Zlib/Makefile
+++ b/archivers/p5-Compress-Zlib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Compress-Zlib
-PORTVERSION= 2.006
+PORTVERSION= 2.007
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
@@ -15,12 +15,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 interface to zlib compression library
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
${SITE_PERL}/IO/Uncompress/Gunzip.pm:${PORTSDIR}/archivers/p5-IO-Compress-Zlib
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Compress::Zlib.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo
index 968a1aaebed4..d24471d4f689 100644
--- a/archivers/p5-Compress-Zlib/distinfo
+++ b/archivers/p5-Compress-Zlib/distinfo
@@ -1,3 +1,3 @@
-MD5 (Compress-Zlib-2.006.tar.gz) = 9743b7cafb21e2e0aa16fd0e4d62e526
-SHA256 (Compress-Zlib-2.006.tar.gz) = c14db9a604b969b5a07509799f284cd81f6d322fd7e0409ac14c375ef12fe0d6
-SIZE (Compress-Zlib-2.006.tar.gz) = 63619
+MD5 (Compress-Zlib-2.007.tar.gz) = cd34094be117ad5bdb748d3c61c50499
+SHA256 (Compress-Zlib-2.007.tar.gz) = 6c0fc0a1d95b884feb72e0831cbf708766cec2473751a78977fb2753a25c7817
+SIZE (Compress-Zlib-2.007.tar.gz) = 63793