aboutsummaryrefslogtreecommitdiff
path: root/devel/horde-timeobjects/Makefile
blob: ad1672676832276f80eb1896e1497d39a36079dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	timeobjects
PORTVERSION=	2.1.4
CATEGORIES=	devel www pear
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde timeobjects application

USES=		horde php
USE_PHP=	gettext
USE_HORDE_BUILD=	Horde_Role
USE_HORDE_RUN=	Horde_Role \
		Horde_Core \
		Horde_Date \
		Horde_Exception \
		Horde_Url \
		Horde_Util

.include <bsd.port.mk>