3c6d40afc8
Sponsored by: Netzkommune GmbH
17 lines
287 B
Makefile
17 lines
287 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Ldap
|
|
DISTVERSION= 2.4.2
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde LDAP libraries
|
|
|
|
USES= horde php
|
|
USE_PHP= ldap
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Util
|
|
|
|
.include <bsd.port.mk>
|