diff options
author | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-06 16:50:49 +0800 |
commit | 6ec69d527f16e7be851ca78d0baa8c1295be4a17 (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /misc | |
parent | 5b9e8eeb2ab7a129575181122f7285d0b4f41e2c (diff) | |
download | freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.gz freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.tar.zst freebsd-ports-gnome-6ec69d527f16e7be851ca78d0baa8c1295be4a17.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-Multiple/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-List-Util-WeightedRoundRobin/Makefile | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/p5-Geo-Coder-Multiple/Makefile b/misc/p5-Geo-Coder-Multiple/Makefile index 7badd8db8133..95b59e310df8 100644 --- a/misc/p5-Geo-Coder-Multiple/Makefile +++ b/misc/p5-Geo-Coder-Multiple/Makefile @@ -14,7 +14,8 @@ COMMENT= Perl module to tie together multiple Geo::Coder modules RUN_DEPENDS= p5-List-Util-WeightedRoundRobin>=0:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Coder::Multiple.3 diff --git a/misc/p5-List-Util-WeightedRoundRobin/Makefile b/misc/p5-List-Util-WeightedRoundRobin/Makefile index 6601ca5ba9c6..5c5f04069286 100644 --- a/misc/p5-List-Util-WeightedRoundRobin/Makefile +++ b/misc/p5-List-Util-WeightedRoundRobin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-List-Util-WeightedRoundRobin -# Date created: 12th march, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= List-Util-WeightedRoundRobin PORTVERSION= 0.4 @@ -15,6 +11,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Creates a list based on weighted input PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= List::Util::WeightedRoundRobin.3 |