diff options
Diffstat (limited to 'archivers/p5-Compress-Raw-Zlib/Makefile')
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile new file mode 100644 index 000000000000..6e473df653e0 --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Compress-Raw-Zlib +# Date created: 2006-11-07 +# Whom: Thomas Abthorpe <thomas@goodking.ca> +# +# $FreeBSD$ +# + +PORTNAME= Compress-Raw-Zlib +PORTVERSION= 2.001 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Compress +PKGNAMEPREFIX= p5- + +MAINTAINER= thomas@goodking.ca +COMMENT= Low-Level Interface to zlib compression library + +PERL_CONFIGURE= YES + +MAN3= Compress::Raw::Zlib.3 + +.include <bsd.port.mk> |