git: b80893bf7e3b - main - devel/shmap: add license informations

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 17 Jan 2024 16:10:12 UTC
The branch main has been updated by bapt:

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

commit b80893bf7e3b04598b5351d6814a809a5cd7ffb6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-17 16:09:22 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-17 16:09:44 +0000

    devel/shmap: add license informations
---
 devel/shmap/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile
index deccdc00a9a4..64fc4ab3b493 100644
--- a/devel/shmap/Makefile
+++ b/devel/shmap/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Shared-memory-based hashmaps
 WWW=		https://shmap.sourceforge.net/
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libmm.so:devel/mm
 
 USES=		libtool