blob: 8d4347c3341324620de8f6dc48ae0cf89132df5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Lars Thegler <lars@thegler.dk>
# $FreeBSD$
PORTNAME= Games-Bingo
PORTVERSION= 0.15
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A bingo game Perl implementation
PERL_MODBUILD= yes
MAN1= bingo.pl.1
MAN3= Games::Bingo.3 \
Games::Bingo::Card.3 \
Games::Bingo::Column.3 \
Games::Bingo::ColumnCollection.3 \
Games::Bingo::Constants.3
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -i '' '/Test::/d' ${WRKSRC}/Build.PL
.include <bsd.port.post.mk>
|