aboutsummaryrefslogtreecommitdiff
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
parentad519489177ad410f98a30517262620d58c81dab (diff)
downloadports-c37aa810ab6b2dec5c29293ea60ad8f84d8effda.tar.gz
ports-c37aa810ab6b2dec5c29293ea60ad8f84d8effda.zip
Notes
-rw-r--r--benchmarks/siege/Makefile4
-rw-r--r--devel/bsdbuild/Makefile2
-rw-r--r--devel/p5-AnyEvent-I3/Makefile3
3 files changed, 5 insertions, 4 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile
index 718cccafae58..6c264114846d 100644
--- a/benchmarks/siege/Makefile
+++ b/benchmarks/siege/Makefile
@@ -8,14 +8,14 @@ CATEGORIES= benchmarks
MASTER_SITES= ftp://sid.joedog.org/pub/siege/
MAINTAINER= bapt@FreeBSD.org
-COMMENT= A http regression testing and benchmarking utility
+COMMENT= HTTP regression testing and benchmarking utility
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-USE_PERL5= yes
+USES= perl5
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared
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