pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile
sno 15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00

27 lines
805 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/09/24 06:50:13 sno Exp $
#
DISTNAME= MooseX-ClassAttribute-0.10
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-ClassAttribute/
COMMENT= Perl 5 module to declare class attributes Moose-style
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist
PERL5_MODULE_TYPE= Module::Build
DEPENDS+= p5-Moose>=0.89:../../devel/p5-Moose
DEPENDS+= p5-MooseX-AttributeHelpers>=0.13:../../devel/p5-MooseX-AttributeHelpers
BUILD_DEPENDS+= p5-Module-Build>=0.35:../../devel/p5-Module-Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"