2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2012-12-12 15:47:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Horde_Crypt_Blowfish
|
2016-09-08 00:54:27 +02:00
|
|
|
PORTVERSION= 1.1.2
|
2012-12-12 15:47:15 +01:00
|
|
|
CATEGORIES= security www pear
|
2018-03-08 20:48:41 +01:00
|
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
2012-12-12 15:47:15 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2014-10-01 00:14:59 +02:00
|
|
|
USES= horde
|
2016-06-28 15:57:37 +02:00
|
|
|
MHASH_USE= PHP=hash
|
2014-10-01 00:14:59 +02:00
|
|
|
OPENSSL_USE= PHP=openssl
|
2012-12-12 15:47:15 +01:00
|
|
|
|
2014-10-01 00:14:59 +02:00
|
|
|
.include <bsd.port.mk>
|