54855dd2ca
Basic LDAP v3 functionality for the GO programming language. Features: * Connecting to LDAP server (non-TLS, TLS, STARTTLS) * Binding to LDAP server * Searching for entries * Filter Compile / Decompile * Paging Search Results * Modify Requests / Responses * Add Requests / Responses * Delete Requests / Responses * Modify DN Requests / Responses
16 lines
401 B
Makefile
16 lines
401 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/04/08 16:15:41 adam Exp $
|
|
|
|
BUILDLINK_TREE+= go-ldap
|
|
|
|
.if !defined(GO_LDAP_BUILDLINK3_MK)
|
|
GO_LDAP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-ldap= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-ldap?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-ldap+= go-ldap>=3.0.2
|
|
BUILDLINK_PKGSRCDIR.go-ldap?= ../../databases/go-ldap
|
|
|
|
.endif # GO_LDAP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-ldap
|