1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/pear-Horde_Crypt/Makefile
2019-11-08 13:17:00 +00:00

26 lines
494 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Crypt
DISTVERSION= 2.7.12
CATEGORIES= security www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Cryptography API
OPTIONS_DEFINE= BCMATH
BCMATH_DESC= Depend on bcmath PHP extension
USES= horde php
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>