e29ec52b16
1.76 Mon Mar 11 14:49:14 EDT 2019 * GH#68: Default module templates will now use test_requires where appropriate (Dan Book) * GH#70: License metadata and blurbs are now handled by Software::License (Dan Book) * GH#70: Add --genlicense option to generate LICENSE file (Dan Book)
18 lines
554 B
Makefile
18 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.25 2019/10/26 07:25:45 mef Exp $
|
|
|
|
DISTNAME= Module-Starter-1.76
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Module-Starter
|
|
COMMENT= Perl 5 module acting as a simple starter kit for any module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
|
|
|
|
PERL5_PACKLIST= auto/Module/Starter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|