aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Horde_Log/Makefile
blob: 7e8b4831fdbbe66cb465e65269f42fa405fde534 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Horde_Log
PORTVERSION=	2.3.0
PORTREVISION=	1
CATEGORIES=	sysutils www pear
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Logging library
WWW=		https://pear.horde.org

OPTIONS_DEFINE=	SCRIBE
SCRIBE_DESC=	Enable scribe support

USES=	horde cpe
USE_HORDE_RUN=	Horde_Constraint \
		Horde_Exception

SCRIBE_USE=	HORDE_RUN=Horde_Scribe

.include <bsd.port.mk>