diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-31 14:47:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-31 14:47:15 +0800 |
commit | be5a215285755fb61a101782219027ad5e305270 (patch) | |
tree | 1f2ffb7cefe81215b3f241880e0af4ab5d35cef6 | |
parent | e1d2aecb239efc6c1467a10b43ab64cf3b40938c (diff) | |
download | freebsd-ports-gnome-be5a215285755fb61a101782219027ad5e305270.tar.gz freebsd-ports-gnome-be5a215285755fb61a101782219027ad5e305270.tar.zst freebsd-ports-gnome-be5a215285755fb61a101782219027ad5e305270.zip |
Convert my ports to the new perl order
-rw-r--r-- | benchmarks/siege/Makefile | 4 | ||||
-rw-r--r-- | devel/bsdbuild/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-AnyEvent-I3/Makefile | 3 |
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 |