Fix RUN_DEPENDS
- Update version requirement of RUN_DEPENDS - Add NO_ARCH - Update WWW - Bump PORTREVISION for dependency change - Take maintainership
This commit is contained in:
parent
13555eadb2
commit
a5088da276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523663
@ -3,19 +3,23 @@
|
||||
|
||||
PORTNAME= matrix-synapse-ldap3
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= LDAP3 auth provider for Matrix Synapse
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap3>=0.9.5:net/py-ldap3@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap3>=2.6:net/py-ldap3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>=15.1.0:devel/py-twisted@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Allows synapse to use LDAP as a password provider.
|
||||
matrix-synapse-ldap3 allows synapse to use LDAP as a password provider.
|
||||
|
||||
WWW: https://pypi.org/project/matrix-synapse-ldap3/
|
||||
WWW: https://github.com/matrix-org/matrix-synapse-ldap3
|
||||
|
Loading…
Reference in New Issue
Block a user