16 lines
412 B
Makefile
16 lines
412 B
Makefile
# $NetBSD: options.mk,v 1.12 2021/01/16 20:24:16 maya Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
|
|
PKG_SUPPORTED_OPTIONS= git ldap
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgit)
|
|
# py-dulwich
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
|
|
.endif
|
|
|
|
.if !empty(PKG_OPTIONS:Mldap)
|
|
DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
|
|
.endif
|