1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/p5-Games-Dice/Makefile
Danilo Egea Gondolfo a91c990c95 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	culot (mentor)
2013-10-03 13:34:43 +00:00

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>