mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
af3a08e107
PR: 135214 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer
31 lines
850 B
Makefile
31 lines
850 B
Makefile
# New ports collection makefile for: p5-Math-Random-OO
|
|
# Date created: 2006-07-23
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Math-Random-OO
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
|
COMMENT= Consistent object-oriented interface for generating random numbers
|
|
|
|
BUILD_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \
|
|
p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Math::Random::OO.3 \
|
|
Math::Random::OO::Bootstrap.3 \
|
|
Math::Random::OO::Normal.3 \
|
|
Math::Random::OO::Uniform.3 \
|
|
Math::Random::OO::UniformInt.3
|
|
|
|
.include <bsd.port.mk>
|