summaryrefslogtreecommitdiff
path: root/games/p5-Games-Bingo/Makefile
blob: 3f962b8e7d4ccbaf34c3e8824d347f7c9b065865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Lars Thegler <lars@thegler.dk>
# $FreeBSD$

PORTNAME=	Games-Bingo
PORTVERSION=	0.18
PORTREVISION=	1
CATEGORIES=	games perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Bingo game Perl implementation

USES=		perl5
USE_PERL5=	modbuild

post-patch:
	@${REINPLACE_CMD} -i '' '/Test::/d' ${WRKSRC}/Build.PL
	@${REINPLACE_CMD} -i '' '/Pod::/d' ${WRKSRC}/Build.PL

.include <bsd.port.mk>