freebsd-ports/math/p5-Math-Random-OO/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

31 lines
895 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.19
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
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>