diff options
Diffstat (limited to 'games/p5-Games-AlphaBeta/Makefile')
-rw-r--r-- | games/p5-Games-AlphaBeta/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/p5-Games-AlphaBeta/Makefile b/games/p5-Games-AlphaBeta/Makefile index 46f54e80ec8e..920da704e490 100644 --- a/games/p5-Games-AlphaBeta/Makefile +++ b/games/p5-Games-AlphaBeta/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Games-AlphaBeta -# Date created: 27 July 2005 -# Whom: Aaron Dalton <aaron@daltons.ca> -# +# Created by: Aaron Dalton <aaron@daltons.ca> # $FreeBSD$ -# PORTNAME= Games-AlphaBeta PORTVERSION= 0.4.7 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Game-tree search with object oriented interface -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= othello-demo.1 MAN3= Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \ |