diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-06-13 13:52:56 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-06-13 13:52:56 +0000 |
commit | cb182540f6ad37a8feaf9240744a41e3c8134def (patch) | |
tree | 6c4c36e96a536d61a986deddc9767e5087b850d5 /games | |
parent | ebc599cf9b861faed90cb61bcf73d98f82690208 (diff) | |
download | ports-cb182540f6ad37a8feaf9240744a41e3c8134def.tar.gz ports-cb182540f6ad37a8feaf9240744a41e3c8134def.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Dice/Makefile | 7 | ||||
-rw-r--r-- | games/p5-Games-Dice/distinfo | 4 | ||||
-rw-r--r-- | games/p5-Games-Dice/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/games/p5-Games-Dice/Makefile b/games/p5-Games-Dice/Makefile index 8cb03df50da5..efc106f165a8 100644 --- a/games/p5-Games-Dice/Makefile +++ b/games/p5-Games-Dice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Dice -PORTVERSION= 0.04 +PORTVERSION= 0.041 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= danilogondolfo@gmail.com COMMENT= Perl module to simulate die rolls -MAN3= Games::Dice.3 +LICENSE= MIT + +MAN1= roll.1 +MAN3= Games::Dice.3 PERL_CONFIGURE= yes diff --git a/games/p5-Games-Dice/distinfo b/games/p5-Games-Dice/distinfo index 57134a2e43ef..7475554e43cf 100644 --- a/games/p5-Games-Dice/distinfo +++ b/games/p5-Games-Dice/distinfo @@ -1,2 +1,2 @@ -SHA256 (Games-Dice-0.04.tar.gz) = 423a56704accfe1b4655e2fd08d47e3138b34587ce4c50bfc593e13df5e1a4cd -SIZE (Games-Dice-0.04.tar.gz) = 8175 +SHA256 (Games-Dice-0.041.tar.gz) = 50d7147c664c873a951c18be5d515d77f2eaa977dae26fca696db5497ea1a2cc +SIZE (Games-Dice-0.041.tar.gz) = 9320 diff --git a/games/p5-Games-Dice/pkg-plist b/games/p5-Games-Dice/pkg-plist index c846372751ff..315dcb69cf35 100644 --- a/games/p5-Games-Dice/pkg-plist +++ b/games/p5-Games-Dice/pkg-plist @@ -1,3 +1,4 @@ +bin/roll %%SITE_PERL%%/Games/Dice.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice |