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
This commit is contained in:
parent
12e233de82
commit
560d513629
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519581
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue