2001-07-06 18:30:40 +02:00
|
|
|
# New ports collection makefile for: Math::Random
|
|
|
|
# Date created: 5 Jul 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Random
|
2009-02-14 23:00:48 +01:00
|
|
|
PORTVERSION= 0.71
|
2001-07-06 18:30:40 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-07-06 18:30:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-06-02 14:56:12 +02:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Random number generators
|
2001-07-06 18:30:40 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::Random.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|