blob: 6e303d96fe6d906c3661b81096577d0181aefcf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: rflynn@acsalaska.net
# $FreeBSD$
PORTNAME= nss-pam-ldapd
PKGNAMESUFFIX= -sasl
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced fork of nss_ldap with sasl support
LICENSE= # pet portlint
OPTIONS_SET+= SASL
SLAVE_PORT= sasl # In case we come up with more
MASTERDIR= ${.CURDIR}/../nss-pam-ldapd
.include "${MASTERDIR}/Makefile"
|