git: 45c0202c68ca - main - net/py-pypcap: Add LICENSE_FILE

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=45c0202c68ca318400450097276b6ca265075081

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

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

diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile
index c16f372658bd..b095b8632315 100644
--- a/net/py-pypcap/Makefile
+++ b/net/py-pypcap/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Simplified object-oriented Python wrapper for libpcap
 WWW=		https://github.com/pynetwork/pypcap
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}