opnsense-ports/security/pear-Horde_Crypt/Makefile
Franco Fichtner e25b1fbd8b */*: sync with upstream
Taken from: FreeBSD
2016-04-08 08:00:17 +02:00

25 lines
472 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Crypt
PORTVERSION= 2.7.3
CATEGORIES= security www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Cryptography API
OPTIONS_DEFINE= BCMATH
BCMATH_DESC= Depend on bcmath PHP extension
USES= horde
USE_HORDE_RUN= Horde_Exception \
Horde_Mime \
Horde_Stream_Filter \
Horde_Translation \
Horde_Util
USE_PHP= hash openssl
BCMATH_USE= PHP=bcmath
.include <bsd.port.mk>