mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# Created by: rflynn@acsalaska.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nss-pam-ldapd
|
|
PKGNAMESUFFIX= -sasl
|
|
|
|
MAINTAINER= zi@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"
|