3103131af6
tar ball handling) from 1.76 to 1.80. Upstream changes: * important changes in version 1.80 13/10/2011 - patch from Rocky Bernstein to add file chown() method [rt#71221] * important changes in version 1.78 08/09/2011 - patch from Rocky Bernstein to add chown() method [rt#70623] - blead patch from Alexandr Ciornii to resolve [perl#78708]
27 lines
937 B
Makefile
27 lines
937 B
Makefile
# $NetBSD: Makefile,v 1.47 2011/11/11 11:17:25 sno Exp $
|
|
|
|
DISTNAME= Archive-Tar-1.80
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
|
|
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
|
|
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"
|