075b00a9d6
Upstream changes: 0.012 2013-10-20 19:04:23Z (Karen Etheridge) - re-release with fixed encoding in metadata, support files 0.011 2013-10-02 01:36:29Z (Karen Etheridge) - only try to load the class if it's a valid module name (ilmari) 0.010 2013-09-07 21:37:31Z (Karen Etheridge) - avoid trying to load the class if already loaded (minor optimization) - repository moved to the github moose organization
23 lines
823 B
Makefile
23 lines
823 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/01/09 07:38:54 wen Exp $
|
|
|
|
DISTNAME= MooseX-Types-LoadableClass-0.012
|
|
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-Types-LoadableClass/
|
|
COMMENT= Moose ClassName type constraint with coercion to load the class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Load>=0.06:../../devel/p5-Class-Load
|
|
DEPENDS+= p5-Moose>=2:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types>=0.22:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/LoadableClass/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|