Add p5-Games-Bingo 0.08, a bingo game Perl implementation.
PR: 55813 Submitted by: Lars Thegler <lars@thegler.dk>
This commit is contained in:
@@ -265,6 +265,7 @@
|
||||
SUBDIR += oneko-sakura
|
||||
SUBDIR += oonsoo
|
||||
SUBDIR += openglad
|
||||
SUBDIR += p5-Games-Bingo
|
||||
SUBDIR += pengpong
|
||||
SUBDIR += penguin-command
|
||||
SUBDIR += pentix
|
||||
|
||||
32
games/p5-Games-Bingo/Makefile
Normal file
32
games/p5-Games-Bingo/Makefile
Normal file
@@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: p5-Games-Bingo
|
||||
# Date created: 14. August 2003
|
||||
# Whom: Lars Thegler <lars@thegler.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Games-Bingo
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= games perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Games
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@thegler.dk
|
||||
COMMENT= A bingo game Perl implementation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Games::Bingo.3 \
|
||||
Games::Bingo::Card.3 \
|
||||
Games::Bingo::Column.3 \
|
||||
Games::Bingo::ColumnCollection.3
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing example for ${PKGNAME}"
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo.pl ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
games/p5-Games-Bingo/distinfo
Normal file
1
games/p5-Games-Bingo/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Games-Bingo-0.08.tar.gz) = 094ba8e1d8f805f686d35aba17716360
|
||||
7
games/p5-Games-Bingo/pkg-descr
Normal file
7
games/p5-Games-Bingo/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
Games::Bingo - a bingo game Perl implementation. This is a simple game
|
||||
of bingo. The program can randomly call out the numbers.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Games-Bingo/
|
||||
|
||||
- Lars Thegler
|
||||
lars@thegler.dk
|
||||
11
games/p5-Games-Bingo/pkg-plist
Normal file
11
games/p5-Games-Bingo/pkg-plist
Normal file
@@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/Games/Bingo.pm
|
||||
%%SITE_PERL%%/Games/Bingo/Card.pm
|
||||
%%SITE_PERL%%/Games/Bingo/Column.pm
|
||||
%%SITE_PERL%%/Games/Bingo/ColumnCollection.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/.packlist
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bingo.pl
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Games/Bingo
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true
|
||||
Reference in New Issue
Block a user