Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:31:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54ef0e3e3c10 - main - print/py-collidoscope: Add LICNESE_FILE
Message-ID:  <202405160631.44G6V1Xn044664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160631.44G6V1Xn044664>