freebsd-ports/devel/horde-timeobjects/Makefile
Dmitry Marakasov a3bdbeaf1e - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-31 09:34:20 +00:00

21 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= timeobjects
PORTVERSION= 2.1.4
CATEGORIES= devel www pear
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde timeobjects application
USES= horde
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>