git: 7d2d4cf734b9 - main - databases/py-rb: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:39:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d2d4cf734b908df3acc52ca9df8275d24eb2286
commit 7d2d4cf734b908df3acc52ca9df8275d24eb2286
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:14 +0000
databases/py-rb: Add LICENSE_FILE
---
databases/py-rb/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/databases/py-rb/Makefile b/databases/py-rb/Makefile
index 3c6c7d4a3410..dfb111e0835c 100644
--- a/databases/py-rb/Makefile
+++ b/databases/py-rb/Makefile
@@ -9,6 +9,7 @@ COMMENT= Redis blaster
WWW= https://github.com/getsentry/rb
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}