Radicale: include rationale for python3, fix pkglint warning about
?= before bsd.prefs.mk.
This commit is contained in:
parent
184d4d49f3
commit
eece0dbd07
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.25 2020/12/04 20:45:32 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2021/01/16 20:24:16 maya Exp $
|
||||
|
||||
DISTNAME= Radicale-1.1.4
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= net time www
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=R/Radicale/}
|
||||
|
||||
|
@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v3
|
|||
|
||||
EGDIR= share/examples/radicale
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
RADICALE_USER?= www
|
||||
RADICALE_GROUP?= www
|
||||
PKG_GROUPS= ${RADICALE_GROUP}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.11 2021/01/16 20:21:40 maya Exp $
|
||||
# $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
|
||||
|
@ -6,6 +6,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue