Update games/hexalate to version 1.1.6
[dports.git] / games / p5-Games-AlphaBeta / Makefile
1 # Created by: Aaron Dalton <aaron@daltons.ca>
2 # $FreeBSD$
3
4 PORTNAME=       Games-AlphaBeta
5 PORTVERSION=    0.4.7
6 PORTREVISION=   2
7 CATEGORIES=     games perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-v${PORTVERSION}
11
12 MAINTAINER=     bofh@FreeBSD.org
13 COMMENT=        Game-tree search with object oriented interface
14
15 LICENSE=        ART10 GPLv1+
16 LICENSE_COMB=   dual
17
18 USES=           perl5
19 USE_PERL5=      modbuild
20
21 .include <bsd.port.mk>