1204d54cfc
1.73 Fri Aug 11 01:46:00 EDT 2017 * Fix case where a distro name of '0' would be replaced by the first module name, confusing the tests (Dan Book) * Use Module::Runtime instead of string eval (Dan Book)
18 lines
554 B
Makefile
18 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.20 2017/09/17 11:15:50 wiz Exp $
|
|
|
|
DISTNAME= Module-Starter-1.73
|
|
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}
|
|
|
|
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"
|