diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-09 10:46:48 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-09 10:46:48 +0800 |
commit | 707c967950d22c608b37e3c71211455e53a60fe9 (patch) | |
tree | a9ad89ce7bc1fafb9368c4eb7f4998bfa6247076 /security | |
parent | c455168bf5ba96f84d1b416dec8ab34c73868b1e (diff) | |
download | freebsd-ports-gnome-707c967950d22c608b37e3c71211455e53a60fe9.tar.gz freebsd-ports-gnome-707c967950d22c608b37e3c71211455e53a60fe9.tar.zst freebsd-ports-gnome-707c967950d22c608b37e3c71211455e53a60fe9.zip |
- fix dependency
- bump PORTREVISION
PR: ports/101541
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Data-Entropy/Makefile | 12 |
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> |