freebsd-ports/games/p5-Games-Bingo/Makefile
Mathieu Arnold 5499179a34 Add p5-Games-Bingo 0.08, a bingo game Perl implementation.
PR:		55813
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-01 13:34:31 +00:00

32 lines
705 B
Makefile

# 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>