mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# Created by: Aaron Dalton <aaron@daltons.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Games-Dice
|
|
PORTVERSION= 0.045
|
|
CATEGORIES= games perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Perl module to simulate die rolls
|
|
|
|
LICENSE= MIT
|
|
|
|
TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
|
|
p5-Test-Script>=1.06:devel/p5-Test-Script \
|
|
p5-Test-Simple>=0.96:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|