diff options
author | rm <rm@FreeBSD.org> | 2019-12-09 06:55:40 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2019-12-09 06:55:40 +0800 |
commit | 5c766a61ee9d3922d327a723dd9ce82eb2ad0d87 (patch) | |
tree | 06a4328df2fa0dfc1886f3bf16fa70cf6a9e38cc /net | |
parent | 20b064f81439dcc4f63ae21ab00b23c17428bfc3 (diff) | |
download | freebsd-ports-gnome-5c766a61ee9d3922d327a723dd9ce82eb2ad0d87.tar.gz freebsd-ports-gnome-5c766a61ee9d3922d327a723dd9ce82eb2ad0d87.tar.zst freebsd-ports-gnome-5c766a61ee9d3922d327a723dd9ce82eb2ad0d87.zip |
net/py-ldap3: correct license
Actual license for this port is GNU LESSER v3 according to [1]
[1] https://ldap3.readthedocs.io/
PR: 242496
Submitted by: ngie
Diffstat (limited to 'net')
-rw-r--r-- | net/py-ldap3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-ldap3/Makefile b/net/py-ldap3/Makefile index 2dff708e1d42..69c40f549bb3 100644 --- a/net/py-ldap3/Makefile +++ b/net/py-ldap3/Makefile @@ -2,6 +2,7 @@ PORTNAME= ldap3 PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,8 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Strictly RFC 4511 conforming LDAP V3 pure Python client -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING.txt +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} |