1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/games/p5-Games-Alak/Makefile
2021-04-06 16:31:07 +02:00

23 lines
491 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Games-Alak
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple game-tree implementation of a gomoku-like game
TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
post-patch:
${REINPLACE_CMD} -e "s,^build_.*,,g" ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>