Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-CompileTime-Traits / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       MooseX-CompileTime-Traits
4 PORTVERSION=    1.102570
5 PORTREVISION=   1
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     kuriyama@FreeBSD.org
11 COMMENT=        Perl extension to allow compile time traits for classes/roles
12
13 RUN_DEPENDS=    \
14         p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
15         p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare
16 BUILD_DEPENDS:= ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>