pkgsrc/archivers/p5-Archive-Tar/Makefile
heinz 7651111fd0 Updated to version 1.29.
Pkgsrc changes:
  none

Changes since version 1.28:
===========================
-   integrate bleadperl patches to generate the source files for
    testing, rather than bundling them
-   make extract* methods accept a::t::file objects too
-   address #17624: Unnecessary calls to cwd() -- cwd() is only
    called when needed
-   address #17935: Archive::Tar::write('file_name') should close
    or return file handle. -- filehandles are now closed
-   address #17395: [PATCH] allow extract() to select files by
    regexes or substrings; patch did not get integrated, but a FAQ
    on how to achieve this was added to the FAQ section
-   address #17310 (Archive-Tar 1.26_01 not tolerant to Archives
    with Garbage) -- Garbage protection should be much improved now
2006-03-10 20:41:41 +00:00

24 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.23 2006/03/10 20:41:41 heinz Exp $
DISTNAME= Archive-Tar-1.29
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
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
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
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
MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Archive/Tar/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"