pkgsrc/devel/p5-Package-Generator/Makefile
seb d48a407009 Initial import of p5-Package-Generator version 0.102 in the NetBSD
Packages Collection.

The Perl 5 module Package::Generator lets you quickly and easily
construct new packages.  It gives them unused names and sets up
their package data, if provided.  Also included in this package is
the Perl 5 module Package::Reaper.  This module allows you to create
simple objects which, when destroyed, delete a given package.  This
lets you approximate lexically scoped packages
2008-08-01 12:06:24 +00:00

18 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/01 12:06:24 seb Exp $
#
DISTNAME= Package-Generator-0.102
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Package-Generator/
COMMENT= Perl 5 module to generate new packages
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Package/Generator/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"