summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorsno <sno>2012-03-05 13:18:42 +0000
committersno <sno>2012-03-05 13:18:42 +0000
commit4791c0b28f6b9eedc451f2bc89d5ec2290752c13 (patch)
tree626de2b8b8d9e382174b9e50b3547ae5d6909298 /archivers/p5-Archive-Tar/Makefile
parentf46195a66ad3b74cd789b22ca674902ab17b7419 (diff)
downloadpkgsrc-4791c0b28f6b9eedc451f2bc89d5ec2290752c13.tar.gz
Updating package for CPAN distribution Archive::Tar in
archivers/p5-Archive-Tar from 1.82 to 1.84. - adding comment why Perl5.10.1 is enough to fulfil IO::Compress::* Upstream changes: * important changes in version 1.84 02/03/2012 (HMBRAND) - ptar now supports -T option [rt#75473] - ptar now supports dashless options [rt#75475] - auto-encode filenames marked as UTF-8 [rt#75474]
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 6aa3864bbe6..c7902fb22ac 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2012/01/26 10:42:21 rhaen Exp $
+# $NetBSD: Makefile,v 1.49 2012/03/05 13:18:42 sno Exp $
-DISTNAME= Archive-Tar-1.82
+DISTNAME= Archive-Tar-1.84
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
@@ -12,6 +12,7 @@ COMMENT= Perl5 module interface to manipulate tar files
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
+# IO::Compress::{Base,Gzip,Bzip2} are included since perl-5.10.1
DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= {perl>=5.10.0,p5-Package-Constants-[0-9]*}:../../devel/p5-Package-Constants