aboutsummaryrefslogtreecommitdiff
path: root/games/p5-Games-Dice/Makefile
blob: 00e34f243d085898d23d81ceb0452cacf4bb22b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	Games-Dice
# Date created:				28 May 2005
# Whom:					Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#

PORTNAME=	Games-Dice
PORTVERSION=	0.02
CATEGORIES=	games perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	Perl module to simulate die rolls

MAN3=		Games::Dice.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>