pkgsrc/archivers/p5-Archive-Zip/Makefile
wiz d9a804562a Update to 1.18:
1.18 Wed 25 Oct 2006 - Adam Kennedy
  - Changing to a production version for final release
  - No other changes of any kind

1.17_05 Tue 19 Sep 2006 - Adam Kennedy
  - Seperated the classes from the main file into seperate packages.
  - Merged the Zip.pod into the main Zip.pm file.
  - Applied default Perl::Tidy to all of the source files, to improve
    the readability and maintainability of the files.
  - Added license in Makefile.PL
  - Added some additional entries to the realclean files
2007-02-27 13:56:11 +00:00

22 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.21 2007/02/27 13:56:11 wiz Exp $
DISTNAME= Archive-Zip-1.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5zip
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/
COMMENT= Perl5 module interface to manipulate zip files
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Archive/Zip/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"