17 lines
316 B
Makefile
17 lines
316 B
Makefile
# 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 cpe
|
|
USE_HORDE_RUN= Horde_Crypt_Blowfish \
|
|
Horde_Exception \
|
|
Horde_Support
|
|
|
|
USE_PHP= hash
|
|
|
|
.include <bsd.port.mk>
|