git: 308d0f6323af - main - www/py-betamax: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:31:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=308d0f6323af618af2069b709f7037c437094f3a commit 308d0f6323af618af2069b709f7037c437094f3a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:11 +0000 www/py-betamax: Add LICENSE_FILE --- www/py-betamax/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index 177a876e2940..1d162721b6f5 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -11,6 +11,7 @@ WWW= https://betamax.readthedocs.io/en/latest/ \ https://github.com/betamaxpy/betamax 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}