diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-06 08:50:49 +0000 |
commit | 2c25cf429d2666ce14bd7dc8623ba038953a470e (patch) | |
tree | 5aa3cd74114ed035ad4ba813977c32381a693ed0 /misc/p5-List-Util-WeightedRoundRobin | |
parent | 9bb16a96a346d4c10541421482ceac831cf26d46 (diff) | |
download | ports-2c25cf429d2666ce14bd7dc8623ba038953a470e.tar.gz ports-2c25cf429d2666ce14bd7dc8623ba038953a470e.zip |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer)
Notes
Notes:
svn path=/head/; revision=324306
Diffstat (limited to 'misc/p5-List-Util-WeightedRoundRobin')
-rw-r--r-- | misc/p5-List-Util-WeightedRoundRobin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 |