471f5487b9
Changelog: -no changelog for 1.41- * important changes in version 1.42 13/12/2008: - Address #40426: Archive Tar to support direct Archive::Tar::File adds It is now possible to add Archive::Tar::File objects via $tar->add_files - Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a dynamic check upon extraction. This allows scripts to drop privileges when desired - Address take 2 of #39933: [PATCH] handle ../ directory name on VMS John M. sent in a better way to do directory name translation.
25 lines
836 B
Makefile
25 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.32 2009/01/17 00:57:39 rhaen Exp $
|
|
|
|
DISTNAME= Archive-Tar-1.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tar
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
|
|
COMMENT= Perl5 module interface to manipulate tar files
|
|
|
|
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
|
|
DEPENDS+= p5-IO-Compress-Bzip2-[0-9]*:../../devel/p5-IO-Compress-Bzip2
|
|
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
|
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite
|
|
PERL5_PACKLIST= auto/Archive/Tar/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|