mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
22 lines
382 B
Makefile
22 lines
382 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module to simulate die rolls
|
|
|
|
MAN3= Games::Dice.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|