pkgsrc/devel/p5-Module-Starter/Makefile
wiz 1319c3cdf4 p5-Module-Starter: update to 1.770.
1.77      2020-09-05 17:20:43 EDT
        * Replace usage of ExtUtils::Command with File::Path
        * Clean up test file shebangs and remove pointless -T
        * GH#76: Remove references to AnnoCPAN from default module templates
        * GH#72: Convert distribution tooling to Dist::Zilla
2020-09-07 09:33:46 +00:00

19 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/09/07 09:33:46 wiz Exp $
DISTNAME= Module-Starter-1.77
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
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
PERL5_PACKLIST= auto/Module/Starter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"