2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-10-06 05:54:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Games-Alak
|
2007-10-05 03:09:53 +02:00
|
|
|
PORTVERSION= 0.19
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-10-06 05:54:14 +02:00
|
|
|
CATEGORIES= games perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-10-06 05:54:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-10-05 03:09:53 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-10-06 05:54:14 +02:00
|
|
|
COMMENT= Simple game-tree implementation of a gomoku-like game
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
|
|
|
|
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
|
2012-03-01 04:06:31 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-10-06 05:54:14 +02:00
|
|
|
|
2007-10-05 03:09:53 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,^build_.*,,g" ${WRKSRC}/Makefile.PL
|
|
|
|
|
2006-10-06 05:54:14 +02:00
|
|
|
.include <bsd.port.mk>
|