d3d4a4b5ab
pkgsrc changes: - Adding license Upstream changes: 1.54 Tue Dec 8 09:11:00 CST 2009 This release could not have happened without Sawyer X. [ENHANCEMENTS] Added more exclusions. Thanks to Olivier Mengue??. * [RT #45941] Correcting POD sections for Perl Critic (Sawyer X) * [RT #13847] Bail out if load fails, minimum Test::Harness (Sawyer X) * [RT #24110] Support for Test::CheckManifest + tests for it (Sawyer X) * [RT #22648] Pod::Parser (Pod::Usage) >= 1.21 (Sawyer X) (earliest Backpan version tested to work) * [RT #48723] Add metadata to META.yml (Sawyer X) (Patch provided by Olivier Mengu??, thank you!) * [RT #39397] Add option to create .gitignore (Sawyer X)
20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/02/02 20:08:05 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Starter-1.54
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
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"
|