diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-10-22 05:39:53 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-10-22 05:39:53 +0000 |
commit | bc7c41d409c7e574925008f215545301bd6f009d (patch) | |
tree | 283c02366ab94747c5ef4e7fb9799bbb94e341e7 /archivers/p5-Compress-Zlib | |
parent | 87ced2a61ee9b1f34bb9ad753860a3ab47ac5a7c (diff) |
Notes
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 14 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/distinfo | 6 |
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 |