diff options
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 9ac8f0fab374..476ddab022e5 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -1,6 +1,5 @@ PORTNAME= Authen-SASL -PORTVERSION= 2.18 -DISTVERSIONSUFFIX= 00 +PORTVERSION= 2.1900 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +12,11 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC +RUN_DEPENDS= p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ + p5-Digest-HMAC>=0:security/p5-Digest-HMAC TEST_DEPENDS= p5-Pod-Coverage-TrustPod>=0:devel/p5-Pod-Coverage-TrustPod \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ + p5-Test-Pod>=0:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure |