Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-SemiAffordanceAccessor / Makefile
1 # Created by: Alexey V. Degtyarev
2 # $FreeBSD$
3
4 PORTNAME=       MooseX-SemiAffordanceAccessor
5 PORTVERSION=    0.10
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:DROLSKY
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Name your accessors foo() and set_foo()
13
14 LICENSE=        ART20
15
16 BUILD_DEPENDS=  p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>