aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Horde_Nls/Makefile
blob: a6cd31cb1bc8cbff57c79f229c355c3034c7b203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:  pear-Horde_Nls
# Date created:			  6 July 2011
# Whom:				  Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	Horde_Nls
PORTVERSION=	1.0.1
CATEGORIES=	devel www pear
MASTER_SITES=	http://pear.horde.org/get/
PKGNAMEPREFIX=	pear-

OPTIONS=	GEOIP "Depend on geoip PHP extension" Off

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Native Language Support

USE_HORDE_RUN=	Horde_Translation Horde_Util

.include <bsd.port.pre.mk>

.if defined(WITH_GEOIP)
RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:${PORTSDIR}/net/pecl-geoip
.endif

.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>