git: 53cfc2c65ecc - main - databases/py-sqlalchemy-json: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:39:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=53cfc2c65ecc57b9dbcf4e79fcf9e33fc89338e5 commit 53cfc2c65ecc57b9dbcf4e79fcf9e33fc89338e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:06:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:06:15 +0000 databases/py-sqlalchemy-json: Add LICENSE_FILE --- databases/py-sqlalchemy-json/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/py-sqlalchemy-json/Makefile b/databases/py-sqlalchemy-json/Makefile index 47b02f27e8ee..8c89b2caf668 100644 --- a/databases/py-sqlalchemy-json/Makefile +++ b/databases/py-sqlalchemy-json/Makefile @@ -10,6 +10,7 @@ COMMENT= JSON type with nested change tracking for SQLAlchemy WWW= https://github.com/edelooff/sqlalchemy-json LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}