Update sysutils/rubygem-guard to version 2.6.0
[dports.git] / sysutils / pear-Horde_Log / Makefile
1 # Created by: Martin Matuska <mm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Horde_Log
5 PORTVERSION=    2.1.0
6 CATEGORIES=     sysutils www pear
7 PKGNAMEPREFIX=  pear-
8
9 MAINTAINER=     horde@FreeBSD.org
10 COMMENT=        Horde Logging library
11
12 OPTIONS_DEFINE= SCRIBE
13 SCRIBE_DESC=    Enable scribe support
14
15 USE_HORDE_RUN=  Horde_Constraint \
16                 Horde_Exception
17
18 .include <bsd.port.pre.mk>
19
20 .if ${PORT_OPTIONS:MSCRIBE}
21 USE_HORDE+=     Horde_Scribe
22 .endif
23
24 .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
25 .include <bsd.port.post.mk>