1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add nss-pam-ldapd-sasl, advanced fork of nss_ldap with sasl support.

PR:		ports/168391
Submitted by:	rflynn@acsalaska.net
This commit is contained in:
Michael Scheidell 2012-05-30 15:27:53 +00:00
parent de1c2c7675
commit 8dbc91be1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297796
2 changed files with 20 additions and 0 deletions

View File

@ -431,6 +431,7 @@
SUBDIR += nph
SUBDIR += ns
SUBDIR += nss-pam-ldapd
SUBDIR += nss-pam-ldapd-sasl
SUBDIR += nss_ldap
SUBDIR += nstxd
SUBDIR += ntlmaps

View File

@ -0,0 +1,19 @@
# Ports collection Makefile for: nss-pam-ldapd-sasl
# Date created: 05-04-2012
# Whom: rflynn@acsalaska.net
#
# $FreeBSD$
#
PORTNAME= nss-pam-ldapd
PKGNAMESUFFIX= -sasl
MAINTAINER= rflynn@acsalaska.net
COMMENT= Advanced fork of nss_ldap with sasl support
LICENSE= # pet portlint
SLAVE_PORT= sasl # In case we come up with more
MASTERDIR= ${.CURDIR}/../nss-pam-ldapd
.include "${MASTERDIR}/Makefile"