mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
17 lines
321 B
Makefile
17 lines
321 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= Horde_Controller
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Controller libraries
|
|
|
|
USES= horde
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Injector \
|
|
Horde_Log \
|
|
Horde_Support \
|
|
Horde_Util
|
|
|
|
.include <bsd.port.mk>
|