summaryrefslogtreecommitdiff
path: root/databases/py-ldap3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-ldap3/Makefile')
-rw-r--r--databases/py-ldap3/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile
new file mode 100644
index 00000000000..17223ade826
--- /dev/null
+++ b/databases/py-ldap3/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/12/04 21:12:59 rodent Exp $
+
+DISTNAME= ldap3-2.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3}
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= https://github.com/cannatag/ldap3
+COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library
+LICENSE= gnu-lgpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"