pkgsrc/devel/p5-MooseX-Role-WithOverloading/Makefile
wen 39e2b11d67 Update to 0.13
Upstream changes:
0.13      2013-01-07 20:59:07 PST-0800
          - Resolve failure reports in 5.17.* due to changes in SVf_AMAGIC

0.12      2013-01-05 12:10:02 PST-0800
          - Bump dependency on namespace::autoclean (RT#69313)

0.11      2012-11-17 22:09:00 +0000
          - Fix dependency issues from AutoPrereqs. RT#81145

0.10      2012-11-13 00:41:00 +0000
          - Remove use of MooseX::Types to allow Catalyst to work on perl
            5.8.5 RT#77100, RT#81124
          - Fix bug causing attributes to get lost if they were added to a
            role before composing a ::WithOverloading role onto it.
2013-08-21 09:23:42 +00:00

25 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/08/21 09:23:42 wen Exp $
DISTNAME= MooseX-Role-WithOverloading-0.13
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-WithOverloading/
COMMENT= Moose extension for roles which support overloading
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased
DEPENDS+= p5-namespace-autoclean>=0.12:../../devel/p5-namespace-autoclean
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
USE_LANGUAGES= c
PERL5_PACKLIST= auto/MooseX/Role/WithOverloading/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"