git: 54ef0e3e3c10 - main - print/py-collidoscope: Add LICNESE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:31:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54ef0e3e3c106496dc966a0e3afb840f936f0b08

commit 54ef0e3e3c106496dc966a0e3afb840f936f0b08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:09 +0000

    print/py-collidoscope: Add LICNESE_FILE
---
 print/py-collidoscope/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/print/py-collidoscope/Makefile b/print/py-collidoscope/Makefile
index ceb073ad104f..d132789731ad 100644
--- a/print/py-collidoscope/Makefile
+++ b/print/py-collidoscope/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Brute force detection of glyph collisions
 WWW=		https://github.com/simoncozens/collidoscope
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}