- Add LICENSE (Artistic 1 & GPL 1) PR: ports/191604 [1] Submitted by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
27 lines
704 B
Makefile
27 lines
704 B
Makefile
# Created by: Bill Brinzer <bill.brinzer@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MooseX-Traits-Pluggable
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill.brinzer@gmail.com
|
|
COMMENT= Trait loading and resolution for Moose
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= \
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|