1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 2.10

- Add WWW in pkg-descr
- Assign maintainership to perl@

PR:		91107
Submitted by:	leeym
Approved by:	maintainer
This commit is contained in:
Yen-Ming Lee 2006-01-03 22:14:35 +00:00
parent 148a05bb75
commit 22f4b38078
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152691
3 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/