diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 03:06:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 03:06:18 +0000 |
commit | c6fa80572a9d91ac0a7a83e806cc3a3ca1209912 (patch) | |
tree | 9244e9e35da6d77df6b123459344f0921a87b6f8 | |
parent | 3ef981335f8aaef6c1fc12f99f06a1a7cda2193b (diff) |
databases/py-tarantool: Update LICENSE
- Add LICENSE_FILE
Reference: https://github.com/tarantool/tarantool-python/commit/f1b3cf2262e88531487202a039106203b7511a40
-rw-r--r-- | databases/py-tarantool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-tarantool/Makefile b/databases/py-tarantool/Makefile index bdfb569bd6b4..45d0d61ed1db 100644 --- a/databases/py-tarantool/Makefile +++ b/databases/py-tarantool/Makefile @@ -9,7 +9,8 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client library for Tarantool Database WWW= https://github.com/tarantool/tarantool-python -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.2:devel/py-setuptools-scm@${PY_FLAVOR} \ |