diff options
Diffstat (limited to 'games/p5-Games-Tournament-RoundRobin/Makefile')
-rw-r--r-- | games/p5-Games-Tournament-RoundRobin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/p5-Games-Tournament-RoundRobin/Makefile b/games/p5-Games-Tournament-RoundRobin/Makefile index 6878df58d479..85b981de392f 100644 --- a/games/p5-Games-Tournament-RoundRobin/Makefile +++ b/games/p5-Games-Tournament-RoundRobin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Games-Tournament-RoundRobin -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Games-Tournament-RoundRobin PORTVERSION= 0.02 @@ -17,6 +13,7 @@ COMMENT= Round-Robin Tournament Schedule Pairings MAN3= Games::Tournament::RoundRobin.3 \ Games::League::Member.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |