pkgsrc/devel/p5-MooseX-CompileTime-Traits/Makefile
hiramatsu d97e0accde Import MooseX::CompileTime::Traits into devel/p5-MooseX-CompileTime-Traits,
which is required to update www/p5-POE-Component-Server-PSGI.

MooseX::CompileTime::Traits allows role application at compile time via use
statements. What this class does is provide an import method that will apply
each of the roles (along with any arguments for parameterized roles).
2011-12-14 03:12:16 +00:00

23 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/12/14 03:12:16 hiramatsu Exp $
#
DISTNAME= MooseX-CompileTime-Traits-1.102570
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-CompileTime-Traits/
COMMENT= Allow compile time traits for classes/roles
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Declare-[0-9]*:../../devel/p5-MooseX-Declare
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/CompileTime/Traits/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"