svn commit: r395018 - head/security/hlfl

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 22 07:47:28 UTC 2015


Author: amdmi3
Date: Sat Aug 22 07:47:27 2015
New Revision: 395018
URL: https://svnweb.freebsd.org/changeset/ports/395018

Log:
  - Add LICENSE

Modified:
  head/security/hlfl/Makefile

Modified: head/security/hlfl/Makefile
==============================================================================
--- head/security/hlfl/Makefile	Sat Aug 22 07:08:56 2015	(r395017)
+++ head/security/hlfl/Makefile	Sat Aug 22 07:47:27 2015	(r395018)
@@ -10,6 +10,9 @@ MASTER_SITES=	ftp://ftp.hlfl.org/pub/hlf
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	High Level Firewall Language
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--datadir=${LOCALBASE}/share/doc
 PORTDOCS=	services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt


More information about the svn-ports-head mailing list