svn commit: r380198 - head/security/snortsnarf

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 1 15:05:17 UTC 2015


Author: amdmi3
Date: Sun Mar  1 15:05:16 2015
New Revision: 380198
URL: https://svnweb.freebsd.org/changeset/ports/380198
QAT: https://qat.redports.org/buildarchive/r380198/

Log:
  - Add LICENSE
  - Fix shebangs
  
  MFH:		2015Q1

Modified:
  head/security/snortsnarf/Makefile

Modified: head/security/snortsnarf/Makefile
==============================================================================
--- head/security/snortsnarf/Makefile	Sun Mar  1 15:04:34 2015	(r380197)
+++ head/security/snortsnarf/Makefile	Sun Mar  1 15:05:16 2015	(r380198)
@@ -4,6 +4,7 @@
 PORTNAME=	snortsnarf
 PORTVERSION=	1.0
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Initial%20Release%20${PORTVERSION}
 DISTNAME=	SnortSnarf-${PORTVERSION}
@@ -11,9 +12,13 @@ DISTNAME=	SnortSnarf-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generate HTML report summaries from snort incident alerts
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	snortsnarf.pl
 NO_BUILD=	yes
 USE_PERL5=	run
 


More information about the svn-ports-head mailing list