aboutsummaryrefslogtreecommitdiffstats
path: root/games/p5-Games-Dice/Makefile
blob: 147a5136fa8b1ce76a550c2c8d73abbc11aaa47e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

BUILD_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

.include <bsd.port.mk>