svn commit: r498711 - head/dns/firedns

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 12 09:31:16 UTC 2019


Author: amdmi3
Date: Fri Apr 12 09:31:15 2019
New Revision: 498711
URL: https://svnweb.freebsd.org/changeset/ports/498711

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/dns/firedns/Makefile

Modified: head/dns/firedns/Makefile
==============================================================================
--- head/dns/firedns/Makefile	Fri Apr 12 09:27:55 2019	(r498710)
+++ head/dns/firedns/Makefile	Fri Apr 12 09:31:15 2019	(r498711)
@@ -12,6 +12,9 @@ MASTER_SITES=	http://BSDforge.com/projects/source/dns/
 MAINTAINER=	dean at odyssey.apana.org.au
 COMMENT=	C library for handling asynchronous DNS queries
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/GPL
+
 BUILD_DEPENDS=	${LOCALBASE}/include/firestring.h:misc/firestring
 
 USES=		tar:bzip2


More information about the svn-ports-head mailing list