diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 07:56:43 +0000 |
commit | ddcc0de9218039c78eb34c7bc64fadb4dfe7a707 (patch) | |
tree | bee4ba075b3a0b4d3276fe1e92c704118abdbfe3 /archivers/p5-Archive-Tar | |
parent | fc366adb105b7bb2dc40e2a7e3e8c2022e37efe2 (diff) | |
download | ports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.tar.gz ports-ddcc0de9218039c78eb34c7bc64fadb4dfe7a707.zip |
Notes
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 4c2517d1e8be..b5ec967dd72f 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -7,6 +7,7 @@ PORTNAME= Archive-Tar PORTVERSION= 1.68 +PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl module for creation and manipulation of tar files -RUN_DEPENDS= p5-IO-Compress-Bzip2>=2.012:${PORTSDIR}/archivers/p5-IO-Compress-Bzip2 \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String +RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String PERL_CONFIGURE= YES @@ -34,7 +34,8 @@ RUN_DEPENDS+= p5-Package-Constants>=0:${PORTSDIR}/devel/p5-Package-Constants .endif .if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib +RUN_DEPENDS+= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib \ + p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif .if ${PERL_LEVEL} >= 501000 |