Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-MultiInitArg / Makefile
1 # Created by: Cezary Morga <cm@therek.net>
2 # $FreeBSD$
3
4 PORTNAME=       MooseX-MultiInitArg
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     danilo@FreeBSD.org
12 COMMENT=        Attributes with aliases for constructor arguments for MooseX
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 RUN_DEPENDS=    p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
18 BUILD_DEPENDS:= ${RUN_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      modbuildtiny
22
23 .include <bsd.port.mk>