freebsd-ports/games/p5-Games-AlphaBeta/Makefile
Aaron Dalton db82c65b4c - Updated from 0.4.5 to 0.4.6
- Updated maintainer email address

Approved by: tobez
2005-11-05 15:44:46 +00:00

37 lines
990 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.6
CATEGORIES= games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Games
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Game-tree search with object oriented interface
BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/${PERL_ARCH}/Pod/Coverage/CountParents.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
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.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires Perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>