diff options
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 71aca5e..a88f2ba 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |