freebsd-ports/net/nss-pam-ldapd-sasl/Makefile
Xin LI 3ba73dad6f net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
2021-08-01 21:41:48 -07:00

17 lines
347 B
Makefile

# Created by: rflynn@acsalaska.net
PORTNAME= nss-pam-ldapd
PORTREVISION= 1
PKGNAMESUFFIX= -sasl
MAINTAINER= zi@FreeBSD.org
COMMENT= Advanced fork of nss_ldap with sasl support
LICENSE= # pet portlint
OPTIONS_SLAVE+= SASL
SLAVE_PORT= sasl # In case we come up with more
MASTERDIR= ${.CURDIR}/../nss-pam-ldapd
.include "${MASTERDIR}/Makefile"