From 76f928e5371170aab8c3e10753e34828c8f97493 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 6 Apr 2019 09:31:11 +0000 Subject: [PATCH] - Add LICENSE Approved by: portmgr blanket --- misc/firestring/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile index a5c52e04b347..9e555d643b2e 100644 --- a/misc/firestring/Makefile +++ b/misc/firestring/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ MAINTAINER= dean@odyssey.apana.org.au COMMENT= Library to make string handling easier in C +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL + USES= tar:bzip2 HAS_CONFIGURE= yes USE_LDCONFIG= yes