svn commit: r498087 - head/misc/firestring

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 6 09:31:12 UTC 2019


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 at 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


More information about the svn-ports-all mailing list