1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/p5-Games-AlphaBeta/Makefile
2011-06-14 19:34:00 +00:00

27 lines
591 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.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>