diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-04-15 07:39:33 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-04-15 07:39:33 +0000 |
commit | 62ca77fd1ab01dd18acf59265a7a21f2a66f6628 (patch) | |
tree | dbf5373dbf5a7fc665b9a58744896580218779fb /archivers/p5-Archive-Tar | |
parent | 7bee18f473c603b9b1394715657d25564ec44c3a (diff) |
Notes
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 9 |
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> |