aboutsummaryrefslogtreecommitdiffstats
path: root/games/p5-Games-AlphaBeta/Makefile
blob: 46f54e80ec8e2ef1681599aeafff18a489e29b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.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>