Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-MooseX-TransactionalMethods / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       MooseX-TransactionalMethods
5 PORTVERSION=    0.009
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Syntax sugar for transactional methods
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
17                 p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
18                 p5-aliased>=0:${PORTSDIR}/devel/p5-aliased
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USE_PERL5=      configure
22 USES=           perl5
23
24 .include <bsd.port.mk>