aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:18:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:09 +0000
commit54ef0e3e3c106496dc966a0e3afb840f936f0b08 (patch)
treedca78dceca21532ebea6a018cc33aef5e9d28580
parent359d1461ffa4f732bee37e4403a664634547ac1e (diff)
downloadports-54ef0e3e3c106496dc966a0e3afb840f936f0b08.tar.gz
ports-54ef0e3e3c106496dc966a0e3afb840f936f0b08.zip
print/py-collidoscope: Add LICNESE_FILE
-rw-r--r--print/py-collidoscope/Makefile1
1 files changed, 1 insertions, 0 deletions
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}