git: 6950284881e4 - main - databases/py-pgspecial: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 15:00:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6950284881e4872ec47b274179c11fdc6cc46ff4
commit 6950284881e4872ec47b274179c11fdc6cc46ff4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:20:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:31:06 +0000
databases/py-pgspecial: Add LICENSE_FILE
---
databases/py-pgspecial/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/databases/py-pgspecial/Makefile b/databases/py-pgspecial/Makefile
index b63fce1922e9..863b2f9d13ac 100644
--- a/databases/py-pgspecial/Makefile
+++ b/databases/py-pgspecial/Makefile
@@ -9,6 +9,7 @@ COMMENT= Meta-commands handler for Postgres Database
WWW= https://github.com/dbcli/pgspecial
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/License.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}