# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD: games/p5-Games-AlphaBeta/Makefile 324175 2013-08-02 21:38:09Z mat $

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

USES=		perl5
USE_PERL5=	modbuild

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>
