git: 8568474721f3 - main - devel/py-pylev: Add LICENSE_FILE

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8568474721f39b3ec9ff0885b5388b9fd05d60f2

commit 8568474721f39b3ec9ff0885b5388b9fd05d60f2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:07 +0000

    devel/py-pylev: Add LICENSE_FILE
---
 devel/py-pylev/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/py-pylev/Makefile b/devel/py-pylev/Makefile
index 98df7d68fb08..4b4134d4f92f 100644
--- a/devel/py-pylev/Makefile
+++ b/devel/py-pylev/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Pure Python Levenshtein implementation
 WWW=		https://github.com/toastdriven/pylev
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}