5513ea40ed
- update to 2.9.1 Changelog: https://ldap3.readthedocs.io/en/latest/changelog.html#changelog PR: 274692 Reported by: mikael
20 lines
467 B
Makefile
20 lines
467 B
Makefile
PORTNAME= ldap3
|
|
PORTVERSION= 2.9.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Strictly RFC 4511 conforming LDAP V3 pure Python client
|
|
WWW= https://github.com/cannatag/ldap3
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|