diff options
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile new file mode 100644 index 000000000000..bba8cf0c1da7 --- /dev/null +++ b/archivers/p5-Archive-Zip/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Archive-Zip +# Date created: Mon Jan 1 09:33:13 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Archive-Zip +PORTVERSION= 0.10 +CATEGORIES= archivers perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Archive +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Archive::Zip.3 Archive::Zip::Tree.3 + +.include <bsd.port.mk> |