diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-06-27 01:15:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-06-27 01:15:26 +0000 |
commit | 5dfbf73fa33ae233ab216b10c4f67cd8c12e5424 (patch) | |
tree | b314651f978872c429b26b80655533a4cabbdcea /devel/p5-Moose | |
parent | fc4b390125a268296c382ba85264cf7b76694f2d (diff) | |
download | ports-5dfbf73fa33ae233ab216b10c4f67cd8c12e5424.tar.gz ports-5dfbf73fa33ae233ab216b10c4f67cd8c12e5424.zip |
Notes
Diffstat (limited to 'devel/p5-Moose')
-rw-r--r-- | devel/p5-Moose/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 1367490c3031..851936dc0848 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A complete modern object system for Perl 5 -LICENSE_COMB= dual LICENSE= ART20 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= \ p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ @@ -40,10 +40,12 @@ TEST_DEPENDS= \ p5-Test-Fatal>=0.001:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires +MAKE_JOBS_UNSAFE= yes + PERL_CONFIGURE= 5.8.4+ CFLAGS+= -I. # mop.h -CONFLICTS= p5-Class-MOP* +CONFLICTS= p5-Class-MOP* MAN3= Class::MOP::Mixin::HasAttributes.3 \ Class::MOP::MiniTrait.3 \ |