Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / devel / p5-MooseX-Role-Strict / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       MooseX-Role-Strict
5 PORTVERSION=    0.05
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Use strict 'roles'
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Moose>=0.89:${PORTSDIR}/devel/p5-Moose
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.mk>