summaryrefslogtreecommitdiff
path: root/security/p5-Data-Entropy
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-09 02:46:48 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-09 02:46:48 +0000
commit4a8a64a1de964ad12edf7985df0078816a984675 (patch)
tree2bf72856fcc8741b4c9f0d54636ee2e71394d6d4 /security/p5-Data-Entropy
parent- update to 0.17 (diff)
- fix dependency
- bump PORTREVISION PR: ports/101541 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=170158
Diffstat (limited to 'security/p5-Data-Entropy')
-rw-r--r--security/p5-Data-Entropy/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile
index 6861c7956d3d..02a945ce467e 100644
--- a/security/p5-Data-Entropy/Makefile
+++ b/security/p5-Data-Entropy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Data-Entropy
PORTVERSION= 0.002
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@@ -19,16 +20,17 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5
${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}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
+ ${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \
+ p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float
PERL_CONFIGURE= yes
-MAN3= Data::Entropy::RawSource::RandomOrg.3 \
+MAN3= Data::Entropy::Algorithms.3 \
Data::Entropy::RawSource::CryptCounter.3 \
- Data::Entropy::Algorithms.3 \
+ Data::Entropy::RawSource::Local.3 \
+ Data::Entropy::RawSource::RandomOrg.3 \
Data::Entropy::RawSource::RandomnumbersInfo.3 \
- Data::Entropy::Source.3 Data::Entropy.3 \
- Data::Entropy::RawSource::Local.3
+ Data::Entropy::Source.3 Data::Entropy.3
.include <bsd.port.pre.mk>