2006-07-20 03:21:50 +02:00
|
|
|
# New ports collection makefile for: p5-Data-Entropy
|
|
|
|
# Date created: 2006-07-19
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Entropy
|
2007-02-05 02:21:25 +01:00
|
|
|
PORTVERSION= 0.003
|
2006-07-20 03:21:50 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Data
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-02-05 02:21:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-20 03:21:50 +02:00
|
|
|
COMMENT= Entropy (randomness) management
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
|
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
|
|
|
|
${SITE_PERL}/Math/BigRat.pm:${PORTSDIR}/math/p5-Math-BigRat \
|
2006-08-09 04:46:48 +02:00
|
|
|
${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \
|
|
|
|
p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float
|
2006-07-20 03:21:50 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-08-09 04:46:48 +02:00
|
|
|
MAN3= Data::Entropy::Algorithms.3 \
|
2006-07-20 03:21:50 +02:00
|
|
|
Data::Entropy::RawSource::CryptCounter.3 \
|
2006-08-09 04:46:48 +02:00
|
|
|
Data::Entropy::RawSource::Local.3 \
|
|
|
|
Data::Entropy::RawSource::RandomOrg.3 \
|
2006-07-20 03:21:50 +02:00
|
|
|
Data::Entropy::RawSource::RandomnumbersInfo.3 \
|
2006-08-09 04:46:48 +02:00
|
|
|
Data::Entropy::Source.3 Data::Entropy.3
|
2006-07-20 03:21:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
|
|
|
|
IGNORE= requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|