From 54ef0e3e3c106496dc966a0e3afb840f936f0b08 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 16 May 2024 14:18:33 +0800 Subject: [PATCH] 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}