diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-04-15 15:39:33 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-04-15 15:39:33 +0800 |
commit | a58a1c5eb15a331644681cd43d39f441bf43f414 (patch) | |
tree | dfc42b4cd1aff7751ef0abdb745346e57957e093 /archivers/p5-Archive-Tar | |
parent | eac09303d0521d0cbe716300c9df290b70cc9d1b (diff) | |
download | freebsd-ports-gnome-a58a1c5eb15a331644681cd43d39f441bf43f414.tar.gz freebsd-ports-gnome-a58a1c5eb15a331644681cd43d39f441bf43f414.tar.zst freebsd-ports-gnome-a58a1c5eb15a331644681cd43d39f441bf43f414.zip |
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
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> |