161a243793
Upstream changes: 0.10 2013-11-13 01:13:05Z - repository migrated from shadowcat to the github moose organization - eliminate race conditions between tests by using separate tempdirs for config files - resolve failing test report by removing unnecessary and undeclared prereq
23 lines
747 B
Makefile
23 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/11/03 07:42:48 wen Exp $
|
|
|
|
DISTNAME= MooseX-SimpleConfig-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-SimpleConfig/
|
|
COMMENT= Moose role for setting attributes from a simple configfile
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Config-Any>=0.13:../../devel/p5-Config-Any
|
|
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-ConfigFromFile>=0.02:../../devel/p5-MooseX-ConfigFromFile
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/MooseX/SimpleConfig/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|