1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

o Remove dependency on p5-Test-Simple for perl-5.8.

o Depends on p5-IO-Zlib rather than p5-Compress-Zlib
  as described in Makefile.PL.

No response from:	maintainer
This commit is contained in:
Jun Kuriyama 2004-04-15 07:39:33 +00:00
parent 7bee18f473
commit 62ca77fd1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107093

View File

@ -7,6 +7,7 @@
PORTNAME= Archive-Tar
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
@ -15,9 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@oven.org
COMMENT= Perl module for creation and manipulation of tar files
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
@ -28,5 +28,8 @@ MAN3= Archive::Tar.3 Archive::Tar::File.3
.if ${PERL_LEVEL} < 500600
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>