908918549a
Changes from previous: 1.58 Sat Jul 2 15:58:46 2011 * Added prereq on Path::Class (RT #68360). * Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385). 1.57 Tue Apr 12 11:07:01 IDT 2011 * No functional changes. * Removing English from unnecessary tests that confuse a tester. 1.56 Thu Apr 7 17:01:11 IDT 2011 * No functional changes, productionizing. 1.55_01 Fri Jun 11 16:56:00 IDT 2010 Special thanks goes to Andy Lester, who has been, still is and will remain an inspiration to many programmers, myself included. [ENHANCEMENTS] Added hooks for distribution building in App. Thanks to brian d foy. MANIFEST is now created via the proper builder. Kept create_MANIFEST to act as hook. Added Apache license by pfig. * [RT #53539] Refactoring, adding hooks, described above. (Patch provided by brian d. foy) * [RT #27304] Minimal version of perl (5.006) (Patch provided by Alexandr Ciornii) * [RT #53339] ::Simple uses the builder to create the MANIFEST * Moved repository to Github * Some more refactoring in Simple::create_builder()
19 lines
531 B
Makefile
19 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/11/16 08:05:06 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Starter-1.58
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Starter/
|
|
COMMENT= Perl 5 module acting as a simple starter kit for any module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Module/Starter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|