Prune devel/semantic
[dports.git] / games / p5-Games-Bingo / Makefile
1 # Created by: Lars Thegler <lars@thegler.dk>
2 # $FreeBSD$
3
4 PORTNAME=       Games-Bingo
5 PORTVERSION=    0.15
6 CATEGORIES=     games perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     lth@FreeBSD.org
11 COMMENT=        Bingo game Perl implementation
12
13 USES=           perl5
14 USE_PERL5=      modbuild
15
16 post-patch:
17         @${REINPLACE_CMD} -i '' '/Test::/d' ${WRKSRC}/Build.PL
18
19 .include <bsd.port.mk>