diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-03 17:14:01 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-03 17:14:01 +0000 |
commit | 2affd2c56edf69d7192143bb8a41de686604646f (patch) | |
tree | 93c56dc8b4f624ef97590bf793917a1bf91252b1 /security/p5-Crypt-CBC | |
parent | a41fd28fb4f0a4a689b5b5d6e1cbc5f47a9edeb2 (diff) | |
download | ports-2affd2c56edf69d7192143bb8a41de686604646f.tar.gz ports-2affd2c56edf69d7192143bb8a41de686604646f.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CBC')
-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 |