freebsd-ports/games/p5-Games-AlphaBeta/Makefile
Sunpoet Po-Chuan Hsieh 59d34a49e4 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189346
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:52:05 +00:00

20 lines
392 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= 5u623l20@gmail.com
COMMENT= Game-tree search with object oriented interface
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>