pkgsrc/devel/p5-MooseX-Role-WithOverloading/Makefile
wen c31c8d193b Update to 0.15
Upstream changes:
0.15      2014-08-12 05:16:31Z
          - forward-compat mode added for Moose 2.1300, which cores all of
            this distribution's functionality

0.14      2014-07-30 20:05:32Z
          - Fixed a bug with Perl 5.18+ that caused this module to simply blow
            up with an error like "Use of uninitialized value in subroutine
            entry at .../Class/MOP/Package.pm ..." (Dave Rolsky)
          - Line numbers in shipped code are now almost the same (within 3) as
            the repository source, for easier debugging
          - Repository migrated to the github moose organization
          - Unneeded init_meta method removed (Dave Rolsky)
2014-11-03 07:21:31 +00:00

25 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/11/03 07:21:31 wen Exp $
DISTNAME= MooseX-Role-WithOverloading-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-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"