a10a971869
Approved by: tobez (implicit)
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Games
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= Perl module to simulate die rolls
|
|
|
|
MAN3= Games::Dice.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|