aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Horde_Crypt_Blowfish/Makefile
blob: 417de32559d37a58635925ba4255f0538d4d1604 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 cpe
MHASH_USES=	php
MHASH_USE=	PHP=hash
OPENSSL_USES=	php
OPENSSL_USE=	PHP=openssl

.include <bsd.port.mk>