freebsd-ports/games/p5-Games-AlphaBeta/Makefile
Renato Botelho 341645c901 Add p5-Games-AlphaBeta 0.4.5, game-tree search with object oriented
interface.

PR:		ports/84165
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-08-31 11:50:26 +00:00

26 lines
640 B
Makefile

# New ports collection makefile for: p5-Games-AlphaBeta
# Date created: 27 July 2005
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Games-AlphaBeta
PORTVERSION= 0.4.5
CATEGORIES= games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Games
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= Game-tree search with object oriented interface
BUILD_DEPENDS= ${SITE_PERL}/Games/Sequential.pm:${PORTSDIR}/games/p5-Games-Sequential
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \
Games::AlphaBeta::Reversi.3
.include <bsd.port.mk>