diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-13 11:52:18 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-13 11:52:18 +0800 |
commit | b13a6c5f554ef77eed1d00a008165a8599d13bbe (patch) | |
tree | 1d0cb2160657661d2dc4865552fe5b7982582a52 /archivers/p5-Compress-Zlib/Makefile | |
parent | 0d12c2105af43f0b046b8fdbd59ade730e66800c (diff) | |
download | freebsd-ports-gnome-b13a6c5f554ef77eed1d00a008165a8599d13bbe.tar.gz freebsd-ports-gnome-b13a6c5f554ef77eed1d00a008165a8599d13bbe.tar.zst freebsd-ports-gnome-b13a6c5f554ef77eed1d00a008165a8599d13bbe.zip |
- Update to 2.008
- Pass to new maintainer
Approved by: demon@ (explicit)
Diffstat (limited to 'archivers/p5-Compress-Zlib/Makefile')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 19 |
1 files changed, 6 insertions, 13 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> |