mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a91c990c95
- Add stage support Approved by: culot (mentor)
23 lines
493 B
Makefile
23 lines
493 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= danilo@FreeBSD.org
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|