Archive::Extract is a generic archive extraction mechanism. It allows you to extract .tgz, .tar, .gz and .zip files, using either perl modules or commandline tools This was first released with perl v5.9.5, deprecated (will be CPAN-only) in v5.17.9 and removed from v5.19.0
19 lines
614 B
Makefile
19 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/26 07:48:36 mef Exp $
|
|
|
|
DISTNAME= Archive-Extract-0.74
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~bingos/Archive-Extract/
|
|
COMMENT= Perl5 module interface to manipulate zip files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Archive/Extract/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|