diff options
author | ghen <ghen@pkgsrc.org> | 2007-10-11 19:26:39 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-10-11 19:26:39 +0000 |
commit | e7c882c046cd96971a53eca9df359c6e6cd6aef1 (patch) | |
tree | f45c9a34d24c62525fd89fdc58856360493392bb /databases/ldapvi/options.mk | |
parent | 889d8c0f8d43490352760e98f376877bc88702c9 (diff) | |
download | pkgsrc-e7c882c046cd96971a53eca9df359c6e6cd6aef1.tar.gz |
ldapvi is an interactive LDAP client for Unix terminals. Using it, you can
update LDAP entries with a text editor. Think of it as vipw(1) for LDAP.
Diffstat (limited to 'databases/ldapvi/options.mk')
-rw-r--r-- | databases/ldapvi/options.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/ldapvi/options.mk b/databases/ldapvi/options.mk new file mode 100644 index 00000000000..f3441f60014 --- /dev/null +++ b/databases/ldapvi/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.ldapvi +PKG_SUPPORTED_OPTIONS= sasl + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Msasl) +. include "../../security/cyrus-sasl/buildlink3.mk" +.endif |