blob: 5a965717d1be0af1f368c3a55d69657c366c3dd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: pear-Horde_Secret
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Horde_Secret
PORTVERSION= 1.0.0
CATEGORIES= security www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Secret Encryption API
RUN_DEPENDS= ${PEARDIR}/Crypt/Blowfish.php:${PORTSDIR}/security/pear-Crypt_Blowfish
USE_HORDE_RUN= Horde_Exception
USE_PHP= hash
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
|