# New ports collection makefile for:	p5-Games-AlphaBeta
# Date created: 			27 July 2005
# Whom: 				Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD: ports/games/p5-Games-AlphaBeta/Makefile,v 1.8 2012/02/08 14:01:30 eadler Exp $
#

PORTNAME=	Games-AlphaBeta
PORTVERSION=	0.4.7
CATEGORIES=	games perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-v${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Game-tree search with object oriented interface

PERL_MODBUILD=	yes

MAN1=		othello-demo.1
MAN3=		Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \
		Games::AlphaBeta::Reversi.3 \
		Games::Sequential.3 Games::Sequential::Position.3

.include <bsd.port.mk>
