diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 11:39:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 11:39:43 +0000 |
commit | 553532006ec4fae4cd46aa5b17b20016db505ce3 (patch) | |
tree | a620a5face7268fd74bd6b32b2d537c8ed1f1936 /archivers/p5-IO-Compress-Zlib/Makefile | |
parent | de2286382e6d80017923a562d690e1ec14dc8c13 (diff) |
Notes
Diffstat (limited to 'archivers/p5-IO-Compress-Zlib/Makefile')
-rw-r--r-- | archivers/p5-IO-Compress-Zlib/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/archivers/p5-IO-Compress-Zlib/Makefile b/archivers/p5-IO-Compress-Zlib/Makefile new file mode 100644 index 000000000000..04eceacfc7ac --- /dev/null +++ b/archivers/p5-IO-Compress-Zlib/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-IO-Compress-Zlib +# Date created: 3 December 2006 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= IO-Compress-Zlib +PORTVERSION= 2.001 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org +COMMENT= Perl5 interface for reading and writing of (g)zip files + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ + ${SITE_PERL}/IO/Compress/Base.pm:${PORTSDIR}/archivers/p5-IO-Compress-Base +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= IO::Uncompress::RawInflate.3 IO::Uncompress::Unzip.3 \ + IO::Uncompress::Inflate.3 IO::Compress::Deflate.3 \ + IO::Compress::Zip.3 IO::Uncompress::Gunzip.3 \ + IO::Compress::RawDeflate.3 IO::Uncompress::AnyInflate.3 \ + IO::Compress::Gzip.3 + +.include <bsd.port.mk> |