aboutsummaryrefslogtreecommitdiff
path: root/games/p5-Games-Bingo
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-31 13:34:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-31 13:34:51 +0000
commitfc64c4179a16201c1a88909590675915f5013939 (patch)
tree615d5c5274de112eceb35b267db7c38806565e3e /games/p5-Games-Bingo
parent8d52fc872700ccd87967dad0e1871538093677d0 (diff)
downloadports-fc64c4179a16201c1a88909590675915f5013939.tar.gz
ports-fc64c4179a16201c1a88909590675915f5013939.zip
Notes
Diffstat (limited to 'games/p5-Games-Bingo')
-rw-r--r--games/p5-Games-Bingo/Makefile8
-rw-r--r--games/p5-Games-Bingo/distinfo2
-rw-r--r--games/p5-Games-Bingo/files/patch-Constants.pm20
3 files changed, 5 insertions, 25 deletions
diff --git a/games/p5-Games-Bingo/Makefile b/games/p5-Games-Bingo/Makefile
index 571ee9ded29c..7cc2da1ee0bc 100644
--- a/games/p5-Games-Bingo/Makefile
+++ b/games/p5-Games-Bingo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Games-Bingo
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Games
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= A bingo game Perl implementation
+BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Games::Bingo.3 \
@@ -25,9 +28,6 @@ MAN3= Games::Bingo.3 \
.include <bsd.port.pre.mk>
-post-patch:
- @${FIND} ${WRKSRC} -name \*.orig -delete
-
.if ${PERL_LEVEL} < 500601
# damn old MakeMaker...
post-configure:
diff --git a/games/p5-Games-Bingo/distinfo b/games/p5-Games-Bingo/distinfo
index 4513ec6d0b3d..4c52f05023f1 100644
--- a/games/p5-Games-Bingo/distinfo
+++ b/games/p5-Games-Bingo/distinfo
@@ -1 +1 @@
-MD5 (Games-Bingo-0.10.tar.gz) = 56b5e8752918b50e9d704a8e5be03950
+MD5 (Games-Bingo-0.11.tar.gz) = 6e549f6eb69f7dad58867236127424fb
diff --git a/games/p5-Games-Bingo/files/patch-Constants.pm b/games/p5-Games-Bingo/files/patch-Constants.pm
deleted file mode 100644
index 9d20d4ad267b..000000000000
--- a/games/p5-Games-Bingo/files/patch-Constants.pm
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/Games/Bingo/Constants.pm.orig Sat Jan 24 12:44:38 2004
-+++ lib/Games/Bingo/Constants.pm Sat Jan 24 12:44:50 2004
-@@ -23,8 +23,8 @@
-
- use constant NUMBER_OF_ROWS_IN_CARD => 3;
- use constant NUMBER_OF_COLUMNS_IN_CARD => 9;
--use constant NUMBER_OF_NUMBERS_IN_CARD
-- => (NUMBER_OF_NUMBERS_IN_ROW * NUMBER_OF_ROWS_IN_CARD);
-+use constant NUMBER_OF_NUMBERS_IN_CARD =>
-+ (NUMBER_OF_NUMBERS_IN_ROW * NUMBER_OF_ROWS_IN_CARD);
-
-
- 1;
-@@ -109,4 +109,4 @@
- Games::Bingo is (C) 2003-2004 Jonas B. Nielsen (jonasbn)
- E<lt>jonasbn@cpan.orgE<gt>
-
--=cut
-\ No newline at end of file
-+=cut