30 lines
572 B
Makefile
30 lines
572 B
Makefile
COMMENT = RFC4510 conforming LDAP V3 pure Python client library
|
|
|
|
MODPY_EGG_VERSION = 2.9.1
|
|
DISTNAME = ldap3-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = https://github.com/cannatag/ldap3
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
# test directory incomplete in pypi upload; missing files are in the
|
|
# github repo but they also require network access.
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = devel/py-asn1${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|