1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add p5-Games-Bingo-Bot 0.01,

a simple class holding IRC related
methods for bingo.

PR:		55820
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Mathieu Arnold 2003-09-01 14:07:24 +00:00
parent 0692a5a98c
commit b41911daad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88281
5 changed files with 55 additions and 0 deletions

View File

@ -266,6 +266,7 @@
SUBDIR += oonsoo
SUBDIR += openglad
SUBDIR += p5-Games-Bingo
SUBDIR += p5-Games-Bingo-Bot
SUBDIR += pengpong
SUBDIR += penguin-command
SUBDIR += pentix

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: p5-Games-Bingo-Bot
# Date created: 20. August 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Games-Bingo-Bot
PORTVERSION= 0.01
CATEGORIES= games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Games
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= A simple class holding IRC related methods for bingo
BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Games::Bingo::Bot.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing example for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${EXAMPLESDIR}
.endif
test:
@cd ${WRKSRC}; make test
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Games-Bingo-Bot-0.01.tar.gz) = b2de73a6cfde8fd3eab1564bf345cbd2

View File

@ -0,0 +1,9 @@
This module contains all the commands supported by the Games::Bingo::Bot
IRC bot (see the script in the bin directory). The Games::Bingo::Bot
class and the script mentioned above is a complete IRC setup for playing
Bingo, using the Games::Bingo module.
WWW: http://search.cpan.org/dist/Games-Bingo-Bot/
- Lars Thegler
lars@thegler.dk

View File

@ -0,0 +1,9 @@
%%SITE_PERL%%/Games/Bingo/Bot.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Bot/.packlist
%%PORTDOCS%%%%EXAMPLESDIR%%/bingobot.pl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Bot
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true