diff options
author | leeym <leeym@FreeBSD.org> | 2009-05-01 14:21:16 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-05-01 14:21:16 +0800 |
commit | 1bb720043646bef42297f0dca68785aac84a41a0 (patch) | |
tree | 275e889cd5ef599cb6b2e5ffd2bfae19e45d9b09 /archivers | |
parent | 37f6f60e76d5c92430e6431f24e57dfc445eaf82 (diff) | |
download | freebsd-ports-gnome-1bb720043646bef42297f0dca68785aac84a41a0.tar.gz freebsd-ports-gnome-1bb720043646bef42297f0dca68785aac84a41a0.tar.zst freebsd-ports-gnome-1bb720043646bef42297f0dca68785aac84a41a0.zip |
- simplify dependency
- bump PORTREVISION
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 5d3099e6812c..fe5d8a8b0c5b 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -7,19 +7,16 @@ PORTNAME= Archive-Zip PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Archive PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to create, manipulate, read, and write Zip archive files -BUILD_DEPENDS= ${SITE_PERL}/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 \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Compress-Zlib>=1.14:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |