aboutsummaryrefslogtreecommitdiff
path: root/games/p5-Algorithm-Pair-Swiss
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
commit4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch)
tree6a21c7eedce3ab02121c1a526e479099181228ef /games/p5-Algorithm-Pair-Swiss
parent4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff)
downloadports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz
ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324175
Diffstat (limited to 'games/p5-Algorithm-Pair-Swiss')
-rw-r--r--games/p5-Algorithm-Pair-Swiss/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/p5-Algorithm-Pair-Swiss/Makefile b/games/p5-Algorithm-Pair-Swiss/Makefile
index bd8401256653..bb56231de9c9 100644
--- a/games/p5-Algorithm-Pair-Swiss/Makefile
+++ b/games/p5-Algorithm-Pair-Swiss/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Algorithm-Pair-Swiss
-# Date created: 12 Jun 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Algorithm-Pair-Swiss
PORTVERSION= 0.14
@@ -18,6 +14,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
MAN3= Algorithm::Pair::Swiss.3
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
.include <bsd.port.mk>