pkgsrc/devel/p5-MooseX-LazyRequire/Makefile
wen 9d8c6b6ca7 Update to 0.10
Update DEPENDS

Upstream changes:
0.10      2013-03-15 13:09:48 PDT-0700  (Karen Etheridge)
  * use quotes around attribute name in error messages (David Precious)

0.09      2012-12-01 14:16:14 PST-0800  (Karen Etheridge)
  * Invalid tests that failed on perl 5.17.6 have been fixed (they were always
    invalid, but the changes to hash key ordering only now made the tests
    start failing in an obvious way) (RT#81419)
  * unnecessary dependency on MooseX::Types removed
2013-07-27 08:39:10 +00:00

26 lines
910 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/07/27 08:39:10 wen Exp $
#
DISTNAME= MooseX-LazyRequire-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-LazyRequire/
COMMENT= Required attributes which fail only when trying to use them
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
DEPENDS+= p5-aliased>=0.30:../../devel/p5-aliased
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
BUILD_DEPENDS+= p5-Test-CheckDeps>=0.002:../../devel/p5-Test-CheckDeps
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/LazyRequire/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"