diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-12-08 22:55:40 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-12-08 22:55:40 +0000 |
commit | 560d5136297684c68f3bd0ceafb707418cfb3ce3 (patch) | |
tree | 06a4328df2fa0dfc1886f3bf16fa70cf6a9e38cc /net/py-ldap3 | |
parent | Attempt to fix gcc builds on powerpc, that were broken by a boost upgrade. (diff) |
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
Notes
Notes:
svn path=/head/; revision=519581
Diffstat (limited to 'net/py-ldap3')
-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} |