diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-04 14:46:23 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-04 14:46:23 +0800 |
commit | 6416678eedc28fc22cfd0d038f08251dd537d3e5 (patch) | |
tree | 1e4a4bc39015000ce7f2fb990ade33fb65170230 /games | |
parent | e87548f27e1158e7cddc539379e2d1e23b97574d (diff) | |
download | freebsd-ports-gnome-6416678eedc28fc22cfd0d038f08251dd537d3e5.tar.gz freebsd-ports-gnome-6416678eedc28fc22cfd0d038f08251dd537d3e5.tar.zst freebsd-ports-gnome-6416678eedc28fc22cfd0d038f08251dd537d3e5.zip |
- update to 0.043
- adoption of perl USES framework
- adjust dependencies
PR: 181770
Submitted by: danilogondolfo@gmail.com ( maintainer )
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Dice/Makefile | 9 | ||||
-rw-r--r-- | games/p5-Games-Dice/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games/p5-Games-Dice/Makefile b/games/p5-Games-Dice/Makefile index efc106f165a8..147a5136fa8b 100644 --- a/games/p5-Games-Dice/Makefile +++ b/games/p5-Games-Dice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Dice -PORTVERSION= 0.041 +PORTVERSION= 0.043 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,14 @@ 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 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/games/p5-Games-Dice/distinfo b/games/p5-Games-Dice/distinfo index 7475554e43cf..0f2ef2d9bfe8 100644 --- a/games/p5-Games-Dice/distinfo +++ b/games/p5-Games-Dice/distinfo @@ -1,2 +1,2 @@ -SHA256 (Games-Dice-0.041.tar.gz) = 50d7147c664c873a951c18be5d515d77f2eaa977dae26fca696db5497ea1a2cc -SIZE (Games-Dice-0.041.tar.gz) = 9320 +SHA256 (Games-Dice-0.043.tar.gz) = 1b7fed606c82683d9d76cca420f6d2b69574f7ad930b302731a825cbedbaacee +SIZE (Games-Dice-0.043.tar.gz) = 9034 |