aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Blowfish
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-01-03 22:14:35 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-01-03 22:14:35 +0000
commit22f4b3807885dc1b338d14dbe3223b64c2d652a8 (patch)
tree3c7c0a376c203314804f222a1f97ffc3a6d514c7 /security/p5-Crypt-Blowfish
parent148a05bb75a70499adff0e27ee3d08d2f9578564 (diff)
downloadports-22f4b3807885dc1b338d14dbe3223b64c2d652a8.tar.gz
ports-22f4b3807885dc1b338d14dbe3223b64c2d652a8.zip
- Update to 2.10
- Add WWW in pkg-descr - Assign maintainership to perl@ PR: 91107 Submitted by: leeym Approved by: maintainer
Notes
Notes: svn path=/head/; revision=152691
Diffstat (limited to 'security/p5-Crypt-Blowfish')
-rw-r--r--security/p5-Crypt-Blowfish/Makefile7
-rw-r--r--security/p5-Crypt-Blowfish/distinfo5
-rw-r--r--security/p5-Crypt-Blowfish/pkg-descr4
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/