freebsd-ports/math/p5-Math-Random-OO/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

30 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.19
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>