mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
25 lines
535 B
Makefile
25 lines
535 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= Horde_Crypt_Blowfish
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= security www pear
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
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
|
|
|
|
USES= horde
|
|
MHASH_USES= php
|
|
MHASH_USE= PHP=hash
|
|
OPENSSL_USES= php
|
|
OPENSSL_USE= PHP=openssl
|
|
|
|
.include <bsd.port.mk>
|