summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-04-15 07:39:33 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-04-15 07:39:33 +0000
commit62ca77fd1ab01dd18acf59265a7a21f2a66f6628 (patch)
treedbf5373dbf5a7fc665b9a58744896580218779fb /archivers
parent- Fix build with libnet-devel (diff)
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
Notes
Notes: svn path=/head/; revision=107093
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 86ca8d904a0b..fd9d5bd16950 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -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>