aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:41:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:41:12 +0000
commitf2abbbae1ac2cc3a243bcc58218139eb53467408 (patch)
treeb4570786782b68f7f981e9b01077688d0c00833b
parent08b30c9d6c842f6c06b2a57f3eb3231f8710fd79 (diff)
downloadports-f2abbbae1ac2cc3a243bcc58218139eb53467408.tar.gz
ports-f2abbbae1ac2cc3a243bcc58218139eb53467408.zip
MFH: r380198
- Add LICENSE - Fix shebangs Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q1/; revision=380460
-rw-r--r--security/snortsnarf/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile
index 7bbaca41661d..89852f519914 100644
--- a/security/snortsnarf/Makefile
+++ b/security/snortsnarf/Makefile
@@ -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@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