diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-10-31 08:31:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-10-31 08:31:53 +0000 |
commit | 3fa828ac6cc12b31137a8c66d92c62f987820562 (patch) | |
tree | 339466a4b7d496253ff0421968359c3b695a7dba /archivers/p5-Archive-Zip/Makefile | |
parent | fcc440c20a33d160a28378005faf48e612dc0ace (diff) |
Notes
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 81a1b7ff51ad..1d345180da7d 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Zip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -17,7 +17,8 @@ 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 \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |