d49423e50a
Upstream changes: 2.10 27/07/2016 (TONYC) - CVE-2016-1238: avoid loading optional modules from default . 2.08 12/05/2016 - Add the roundtrip test to MANIFEST 2.06 24/04/2016 (ISHIGAKI && BOOK) - changed some of the "A"s in the UNPACK constant to "a" to allow trailing whitespaces in an archived filename - roundtrip tests
23 lines
841 B
Makefile
23 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.67 2016/07/28 12:11:45 wen Exp $
|
|
|
|
DISTNAME= Archive-Tar-2.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
|
|
COMMENT= Perl5 module interface to manipulate tar files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.9.3,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+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
|
|
|
MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite
|
|
PERL5_PACKLIST= auto/Archive/Tar/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|