freebsd-ports/net/pear-Horde_Rpc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
435 B
Makefile

PORTNAME= Horde_Rpc
DISTVERSION= 2.1.9
CATEGORIES= net www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde RPC API
USES= horde
USE_HORDE_RUN= Horde_Core \
Horde_Dav \
Horde_Exception \
Horde_Perms \
Horde_Serialize \
Horde_Support \
Horde_Translation \
Horde_Util \
Horde_Xml_Element
# Optional but we want it
USE_HORDE_RUN+= Horde_ActiveSync \
Horde_Lock \
Horde_SyncMl \
Horde_Http
.include <bsd.port.mk>