mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
34 lines
1.0 KiB
Makefile
34 lines
1.0 KiB
Makefile
# New ports collection makefile for: p5-Data-Entropy
|
|
# Date created: 2006-07-19
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Entropy
|
|
PORTVERSION= 0.006
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
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 \
|
|
${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \
|
|
p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Entropy::Algorithms.3 \
|
|
Data::Entropy::RawSource::CryptCounter.3 \
|
|
Data::Entropy::RawSource::Local.3 \
|
|
Data::Entropy::RawSource::RandomOrg.3 \
|
|
Data::Entropy::RawSource::RandomnumbersInfo.3 \
|
|
Data::Entropy::Source.3 Data::Entropy.3
|
|
|
|
.include <bsd.port.mk>
|