aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile
blob: 524c79d6de777854168321e9a05cea3e92a7c34c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	MooseX-TraitFor-Meta-Class-BetterAnonClassNames
PORTVERSION=	0.002003
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Metaclass trait to demystify generated anonymous class names

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Moose>=0:devel/p5-Moose \
		p5-autobox-Core>=0:devel/p5-autobox-Core \
		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
TEST_DEPENDS=	p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
		p5-Test-Moose-More>=0:devel/p5-Test-Moose-More

NO_ARCH=	yes
USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>