forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
268 B
Makefile
14 lines
268 B
Makefile
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_LDAP
|
|
DISTVERSION= 1.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OO interface for searching and manipulating LDAP-entries
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|