comms/pear-Horde_ActiveSync 2.19.3 -> 2.19.4 devel/pear-Horde_Alarm 2.2.1 -> 2.2.2 www/pear-Horde_Dav 1.1.0 -> 1.1.1 databases/pear-Horde_Db 2.1.4 -> 2.1.5 devel/pear-Horde_History 2.3.1 -> 2.3.2 security/pear-Horde_Secret 2.0.3 -> 2.0.4 www/horde-base 5.2.1 -> 5.2.2 mail/horde-imp 6.2.2 -> 6.2.3 mail/horde-ingo 3.2.1 -> 3.2.2 deskutils/horde-kronolith 4.2.2 -> 4.2.3 deskutils/horde-mnemo 4.2.1 -> 4.2.2 deskutils/horde-nag 4.2.1 -> 4.2.2 mail/horde-turba 4.2.2 -> 4.2.3 deskutils/horde-groupware 5.2.2 -> 5.2.3 mail/horde-webmail 5.2.2 -> 5.2.3 www/horde-wicked 2.0.1 -> 2.0.2 devel/horde-whups 3.0.0 -> 3.0.1
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Secret
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Secret Encryption API
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Crypt_Blowfish \
|
|
Horde_Exception \
|
|
Horde_Support
|
|
|
|
USE_PHP= hash
|
|
|
|
.include <bsd.port.mk>
|