pkgsrc changes: - Adjusting dependencies Upstream changes: 0.15 January 5, 2010 * Move the guts of MXRPMR::Parameterized into a trait. See http://www.nntp.perl.org/group/perl.moose/2010/01/msg1294.html (Sartak)
29 lines
986 B
Makefile
29 lines
986 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/01/16 17:48:57 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Role-Parameterized-0.15
|
|
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-Role-Parameterized/
|
|
COMMENT= Perl 5 module to create Moose roles with composition parameters
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Role/Parameterized/.packlist
|
|
# the 'Module::Install' specific target in lang/perl5/module.mk
|
|
# removes a Module::Install extension bundled in the distfile so
|
|
# we use the PERL5_MODULE_TYPE's default
|
|
#PERL5_MODULE_TYPE= Module::Install
|
|
|
|
DEPENDS+= p5-Moose>=0.78:../../devel/p5-Moose
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|