pkgsrc/archivers/p5-Archive-Tar/Makefile
wen 28d93a94ac Update to 2.32
Uptsream changes:
2.32  13/09/2018 (CBERRY)
- Fix absolute path handling on VMS

2.30  19/06/2018
- skip white_space test on MSWin32 as Windows will report that both
  files exist, which is obviously a 'feature'
2018-11-24 03:30:00 +00:00

23 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.75 2018/11/24 03:30:00 wen Exp $
DISTNAME= Archive-Tar-2.32
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"