diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-03 22:14:35 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-03 22:14:35 +0000 |
commit | 22f4b3807885dc1b338d14dbe3223b64c2d652a8 (patch) | |
tree | 3c7c0a376c203314804f222a1f97ffc3a6d514c7 | |
parent | 148a05bb75a70499adff0e27ee3d08d2f9578564 (diff) | |
download | ports-22f4b3807885dc1b338d14dbe3223b64c2d652a8.tar.gz ports-22f4b3807885dc1b338d14dbe3223b64c2d652a8.zip |
Notes
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/distinfo | 5 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/pkg-descr | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index 7e38815d4ece..cd98ec5e2a82 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -6,18 +6,19 @@ # PORTNAME= Crypt-Blowfish -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= patrick@mindstep.com +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the Blowfish encryption alogorithm +BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC + PERL_CONFIGURE= yes MAN3= Crypt::Blowfish.3 - .include <bsd.port.mk> diff --git a/security/p5-Crypt-Blowfish/distinfo b/security/p5-Crypt-Blowfish/distinfo index e4338040e458..540eb149a734 100644 --- a/security/p5-Crypt-Blowfish/distinfo +++ b/security/p5-Crypt-Blowfish/distinfo @@ -1,2 +1,3 @@ -MD5 (Crypt-Blowfish-2.09.tar.gz) = bbd037e1eb20778f3d636dff345ed02f -SIZE (Crypt-Blowfish-2.09.tar.gz) = 17497 +MD5 (Crypt-Blowfish-2.10.tar.gz) = 15b53308df3b29a62a9f2f718aace19a +SHA256 (Crypt-Blowfish-2.10.tar.gz) = b984751c6902573ad7805c1463d8d1d0d58f5d2d20c13100dca3edfa61d8d7eb +SIZE (Crypt-Blowfish-2.10.tar.gz) = 17623 diff --git a/security/p5-Crypt-Blowfish/pkg-descr b/security/p5-Crypt-Blowfish/pkg-descr index 78ef8720a682..90100eed890a 100644 --- a/security/p5-Crypt-Blowfish/pkg-descr +++ b/security/p5-Crypt-Blowfish/pkg-descr @@ -1,4 +1,6 @@ -This is Crypt::Blowfish, an XS-based implementation of the +his is Crypt::Blowfish, an XS-based implementation of the Blowfish cryptography algorithm designed by Bruce Schneier. It's designed to take full advantage of Crypt::CBC when desired. Blowfish keys may be up to 448 bits (56 bytes) long. + +WWW: http://search.cpan.org/dist/Crypt-Blowfish/ |