diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-13 03:52:18 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-13 03:52:18 +0000 |
commit | b737e59d34b18c9f3500854b8fe9ba6a99f1c5b6 (patch) | |
tree | 253f4b4945096ea8ac86e8a646bb5f84e1af9cdb /archivers/p5-Compress-Zlib | |
parent | 873943907224b009905a33d95f552b549b533ffb (diff) |
Notes
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 19 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/distinfo | 6 |
2 files changed, 9 insertions, 16 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index d9197e2bd676..f7d2dbd3f393 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,27 +6,20 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 2.007 +PORTVERSION= 2.008 CATEGORIES= archivers perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Compress +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= demon@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= Perl5 interface to zlib compression library -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ +BUILD_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 -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Compress::Zlib.3 -.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> +.include <bsd.port.mk> diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo index d24471d4f689..60758357b861 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,3 +1,3 @@ -MD5 (Compress-Zlib-2.007.tar.gz) = cd34094be117ad5bdb748d3c61c50499 -SHA256 (Compress-Zlib-2.007.tar.gz) = 6c0fc0a1d95b884feb72e0831cbf708766cec2473751a78977fb2753a25c7817 -SIZE (Compress-Zlib-2.007.tar.gz) = 63793 +MD5 (Compress-Zlib-2.008.tar.gz) = b0d1132d02df0b571031aa4b34e822a3 +SHA256 (Compress-Zlib-2.008.tar.gz) = 8689f132e1eb4bb08e3d9c7830ddb9840614dd970a5f786bc61bc71635a5fb0d +SIZE (Compress-Zlib-2.008.tar.gz) = 63812 |