diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-05-30 15:27:53 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-05-30 15:27:53 +0000 |
commit | 8dbc91be1d6096a64f18c572e86dda7d3576e442 (patch) | |
tree | cca5e6bc856ce5ce6f0ec1cc9546ee995d2fe69e /net/nss-pam-ldapd-sasl | |
parent | de1c2c76751a3682935c5acf6686d633cced06bc (diff) | |
download | ports-8dbc91be1d6096a64f18c572e86dda7d3576e442.tar.gz ports-8dbc91be1d6096a64f18c572e86dda7d3576e442.zip |
Notes
Diffstat (limited to 'net/nss-pam-ldapd-sasl')
-rw-r--r-- | net/nss-pam-ldapd-sasl/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/nss-pam-ldapd-sasl/Makefile b/net/nss-pam-ldapd-sasl/Makefile new file mode 100644 index 000000000000..517c63508a77 --- /dev/null +++ b/net/nss-pam-ldapd-sasl/Makefile @@ -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" |