freebsd-ports/net/py-ldap3/Makefile
Ruslan Makhmatkhanov 5513ea40ed net/py-ldap3: update to latest version
- update to 2.9.1

Changelog:
https://ldap3.readthedocs.io/en/latest/changelog.html#changelog

PR:		274692
Reported by:	mikael
2023-10-24 19:12:29 +03:00

21 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>