diff options
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 869465062aca..a9a30f998a9d 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 2.12 +PORTVERSION= 2.15 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -22,7 +22,8 @@ MAN3= Crypt::CBC.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif .include <bsd.port.post.mk> diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index 71a27b40201d..4df28bca476b 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1,2 +1,2 @@ -MD5 (Crypt-CBC-2.12.tar.gz) = 27842b8ab627681b4a322610ea6184b5 -SIZE (Crypt-CBC-2.12.tar.gz) = 11036 +MD5 (Crypt-CBC-2.15.tar.gz) = 5640e642563cf31685910bbd09f4c75a +SIZE (Crypt-CBC-2.15.tar.gz) = 14344 |