1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

1. fix dependency for archivers/p5-Archive-Zip on 4.x with perl >= 5.6

2. apply COMMENT

PR:		48372
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Yen-Ming Lee 2003-02-17 13:46:09 +00:00
parent a08035df0b
commit 52a978dcf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75699
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +0,0 @@
Perl module to create, manipulate, read, and write Zip archive files