freebsd-ports/games/p5-Games-Alak/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
503 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
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>