diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 13:46:09 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 13:46:09 +0000 |
commit | 52a978dcf35b0b0c491153b2e868742798af972b (patch) | |
tree | 8e0f403fadaef3daf1f8e4f5d5b7f9f5e7364755 /archivers | |
parent | a08035df0b382e76c72a8974c08bc5a47860b136 (diff) | |
download | ports-52a978dcf35b0b0c491153b2e868742798af972b.tar.gz ports-52a978dcf35b0b0c491153b2e868742798af972b.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 2f5846ed8714..f06c7579efd7 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Archive PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk +COMMENT= Perl module to create, manipulate, read, and write Zip archive files BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} @@ -24,7 +25,7 @@ MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::Mem .include <bsd.port.mk> -.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/File/Spec.pm) +.if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif diff --git a/archivers/p5-Archive-Zip/pkg-comment b/archivers/p5-Archive-Zip/pkg-comment deleted file mode 100644 index ca490b08de9c..000000000000 --- a/archivers/p5-Archive-Zip/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module to create, manipulate, read, and write Zip archive files |