pkgsrc/devel/p5-MooseX-Types-LoadableClass/Makefile
wen e92dafb0fb Update to 0.009
Upstream changes:
0.009 2013-06-10
  - now performing type checking in the type check itself, not the coercion,
    to fix results when the type check fails (RT#86041, Karen Etheridge)
2013-08-21 09:05:31 +00:00

23 lines
823 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/08/21 09:05:31 wen Exp $
DISTNAME= MooseX-Types-LoadableClass-0.009
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"