aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-17 16:09:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-17 16:09:44 +0000
commitb80893bf7e3b04598b5351d6814a809a5cd7ffb6 (patch)
treebe46d480f45d8470fa4cf17bf165b584cd36305f
parent4297d32ec6e73337c2a1df237998e0bbbd7c90ea (diff)
downloadports-b80893bf7e3b04598b5351d6814a809a5cd7ffb6.tar.gz
ports-b80893bf7e3b04598b5351d6814a809a5cd7ffb6.zip
devel/shmap: add license informations
-rw-r--r--devel/shmap/Makefile3
1 files changed, 3 insertions, 0 deletions
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