aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Horde_Secret/Makefile
blob: b87ad9eb487d10fcb354de96f7083ff4d4b962c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Martin Matuska <mm@FreeBSD.org>

PORTNAME=	Horde_Secret
PORTVERSION=	2.0.6
CATEGORIES=	security www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Secret Encryption API

USES=		horde php
USE_HORDE_RUN=	Horde_Crypt_Blowfish \
		Horde_Exception \
		Horde_Support

USE_PHP=	hash

.include <bsd.port.mk>