aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PBKDF2/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-16 04:14:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-16 04:14:03 +0000
commit8d9cac517166eb6d7708d25853818ee24d618cfb (patch)
tree1c97b7405a688239fd5af6474d05fe06a367fcfb /security/p5-Crypt-PBKDF2/Makefile
parente32c57c527312c6ac7f25c8b7b805460fd8080f3 (diff)
downloadports-8d9cac517166eb6d7708d25853818ee24d618cfb.tar.gz
ports-8d9cac517166eb6d7708d25853818ee24d618cfb.zip
Notes
Diffstat (limited to 'security/p5-Crypt-PBKDF2/Makefile')
-rw-r--r--security/p5-Crypt-PBKDF2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile
index 6c6ba5867ae0..4ad1e121506d 100644
--- a/security/p5-Crypt-PBKDF2/Makefile
+++ b/security/p5-Crypt-PBKDF2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Crypt-PBKDF2
-PORTVERSION= 0.101170
+PORTVERSION= 0.112020
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARODLAND
@@ -17,7 +17,7 @@ COMMENT= The PBKDF2 password hashing algorithm
RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \
- p5-MooseX-Method-Signatures>=0.30:${PORTSDIR}/devel/p5-MooseX-Method-Signatures \
+ p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS= ${RUN_DEPENDS}