Date: Sat, 6 Apr 2019 09:31:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498087 - head/misc/firestring Message-ID: <201904060931.x369VBbL041831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Apr 6 09:31:11 2019 New Revision: 498087 URL: https://svnweb.freebsd.org/changeset/ports/498087 Log: - Add LICENSE Approved by: portmgr blanket Modified: head/misc/firestring/Makefile Modified: head/misc/firestring/Makefile ============================================================================== --- head/misc/firestring/Makefile Sat Apr 6 09:08:42 2019 (r498086) +++ head/misc/firestring/Makefile Sat Apr 6 09:31:11 2019 (r498087) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060931.x369VBbL041831>