eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
13 lines
372 B
Makefile
13 lines
372 B
Makefile
# $NetBSD: options.mk,v 1.6 2019/11/03 11:45:29 rillig Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
|
|
|
|
# Cannot be supported while it results in no valid python versions.
|
|
#PKG_SUPPORTED_OPTIONS= ldap
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mldap)
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # py-ldap
|
|
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
|
|
.endif
|