freebsd-ports/games/p5-Games-Dice/Makefile

26 lines
547 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Games-Dice
PORTVERSION= 0.043
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Perl module to simulate die rolls
LICENSE= MIT
TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
MAN1= roll.1
MAN3= Games::Dice.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>