aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-06-27 09:15:26 +0800
committerswills <swills@FreeBSD.org>2011-06-27 09:15:26 +0800
commit09d425c196e9baff90f1bc1e83c9623550c77137 (patch)
tree0a48c7418def749de7634acaebdfb0ddf347a8b1
parent855a5fea16a5d584129532af791c0f986fba4e8f (diff)
downloadfreebsd-ports-gnome-09d425c196e9baff90f1bc1e83c9623550c77137.tar.gz
freebsd-ports-gnome-09d425c196e9baff90f1bc1e83c9623550c77137.tar.zst
freebsd-ports-gnome-09d425c196e9baff90f1bc1e83c9623550c77137.zip
- Mark MAKE_JOBS_UNSAFE
- Pet portlint
-rw-r--r--devel/p5-Moose/Makefile6
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 \