1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/p5-Games-AlphaBeta/Makefile
2013-11-04 14:49:24 +00:00

18 lines
350 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>