opnsense-ports/sysutils/pear-Horde_Log/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

21 lines
407 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Log
PORTVERSION= 2.3.0
CATEGORIES= sysutils www pear
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Logging library
OPTIONS_DEFINE= SCRIBE
SCRIBE_DESC= Enable scribe support
USES= horde
USE_HORDE_RUN= Horde_Constraint \
Horde_Exception
SCRIBE_USE= HORDE=Horde_Scribe
.include <bsd.port.mk>