mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Horde Blowfish Encryption Library
Provides blowfish encryption/decryption for PHP string data. WWW: http://pear.horde.org
This commit is contained in:
parent
04a64e7f2e
commit
2de04ae6e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308766
4 changed files with 40 additions and 0 deletions
|
@ -641,6 +641,7 @@
|
|||
SUBDIR += pear-HTML_Crypt
|
||||
SUBDIR += pear-Horde_Auth
|
||||
SUBDIR += pear-Horde_Crypt
|
||||
SUBDIR += pear-Horde_Crypt_Blowfish
|
||||
SUBDIR += pear-Horde_Group
|
||||
SUBDIR += pear-Horde_Oauth
|
||||
SUBDIR += pear-Horde_Perms
|
||||
|
|
34
security/pear-Horde_Crypt_Blowfish/Makefile
Normal file
34
security/pear-Horde_Crypt_Blowfish/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Ports collection makefile for: pear-Horde_Crypt
|
||||
# Date created: 12 December 2012
|
||||
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Horde_Crypt_Blowfish
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= security www pear
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
COMMENT= Horde blowfish encryption for PHP string data
|
||||
|
||||
USE_HORDE_RUN= Horde_Exception \
|
||||
Horde_Support
|
||||
|
||||
OPTIONS_DEFINE= MHASH OPENSSL
|
||||
MHASH_DESC= Depend on mhash PHP extension
|
||||
OPENSSL_DESC= Depend on OpenSSL PHP extension
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMHASH}
|
||||
USE_PHP+= mhash
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
USE_PHP+= openssl
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
||||
.include <bsd.port.post.mk>
|
2
security/pear-Horde_Crypt_Blowfish/distinfo
Normal file
2
security/pear-Horde_Crypt_Blowfish/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Horde/Horde_Crypt_Blowfish-1.0.1.tgz) = 71da0d9de14fe3e1a9a64d41b7f7f7d863a98eca7cc72576196b833dba285fbf
|
||||
SIZE (Horde/Horde_Crypt_Blowfish-1.0.1.tgz) = 24028
|
3
security/pear-Horde_Crypt_Blowfish/pkg-descr
Normal file
3
security/pear-Horde_Crypt_Blowfish/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Horde Blowfish Encryption Library
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Add table
Reference in a new issue