summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 06:47:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-31 06:47:15 +0000
commitc37aa810ab6b2dec5c29293ea60ad8f84d8effda (patch)
tree1f2ffb7cefe81215b3f241880e0af4ab5d35cef6 /devel
parentDocument the new USE=perl5 (diff)
Convert my ports to the new perl order
Notes
Notes: svn path=/head/; revision=324006
Diffstat (limited to 'devel')
-rw-r--r--devel/bsdbuild/Makefile2
-rw-r--r--devel/p5-AnyEvent-I3/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/bsdbuild/Makefile b/devel/bsdbuild/Makefile
index d6676b59278f..bdd0ba721eb1 100644
--- a/devel/bsdbuild/Makefile
+++ b/devel/bsdbuild/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
MAINTAINER= bapt@FreeBSD.org
COMMENT= BSD-licensed portable build system
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
LICENSE= BSD
diff --git a/devel/p5-AnyEvent-I3/Makefile b/devel/p5-AnyEvent-I3/Makefile
index cb64635b33cd..091a32bd9568 100644
--- a/devel/p5-AnyEvent-I3/Makefile
+++ b/devel/p5-AnyEvent-I3/Makefile
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= AnyEvent::I3.3