svn commit: r380460 - branches/2015Q1/security/snortsnarf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 4 23:41:13 UTC 2015
Author: amdmi3
Date: Wed Mar 4 23:41:12 2015
New Revision: 380460
URL: https://svnweb.freebsd.org/changeset/ports/380460
QAT: https://qat.redports.org/buildarchive/r380460/
Log:
MFH: r380198
- Add LICENSE
- Fix shebangs
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q1/security/snortsnarf/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/security/snortsnarf/Makefile
==============================================================================
--- branches/2015Q1/security/snortsnarf/Makefile Wed Mar 4 23:39:39 2015 (r380459)
+++ branches/2015Q1/security/snortsnarf/Makefile Wed Mar 4 23:41:12 2015 (r380460)
@@ -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-all
mailing list