aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Parse-Snort
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-11 13:36:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-11 13:36:25 +0000
commit49df40650734ba314e0be12305ac1108cbc81c95 (patch)
treecd57a683269d614818513c01a7be20c926935b63 /security/p5-Parse-Snort
parente9ce85919bcedb19e482c9666efefb9335d31426 (diff)
downloadports-49df40650734ba314e0be12305ac1108cbc81c95.tar.gz
ports-49df40650734ba314e0be12305ac1108cbc81c95.zip
Parse and create rules for the Snort IDS.
WWW: http://search.cpan.org/dist/Parse-Snort/ PR: 204063 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision:D4504
Notes
Notes: svn path=/head/; revision=403527
Diffstat (limited to 'security/p5-Parse-Snort')
-rw-r--r--security/p5-Parse-Snort/Makefile21
-rw-r--r--security/p5-Parse-Snort/distinfo2
-rw-r--r--security/p5-Parse-Snort/pkg-descr3
-rw-r--r--security/p5-Parse-Snort/pkg-plist2
4 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Parse-Snort/Makefile b/security/p5-Parse-Snort/Makefile
new file mode 100644
index 000000000000..7b4516c7e9fd
--- /dev/null
+++ b/security/p5-Parse-Snort/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Parse-Snort
+PORTVERSION= 0.6
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= jeremybbaggs@gmail.com
+COMMENT= Perl module to parse and create Snort rules
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/security/p5-Parse-Snort/distinfo b/security/p5-Parse-Snort/distinfo
new file mode 100644
index 000000000000..8898afbfd9b4
--- /dev/null
+++ b/security/p5-Parse-Snort/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Parse-Snort-0.6.tar.gz) = 11251a37cbe5ad2afde5f471c830ac4ca64b89f0965b8893c073197ac5503782
+SIZE (Parse-Snort-0.6.tar.gz) = 9485
diff --git a/security/p5-Parse-Snort/pkg-descr b/security/p5-Parse-Snort/pkg-descr
new file mode 100644
index 000000000000..faae9309f97e
--- /dev/null
+++ b/security/p5-Parse-Snort/pkg-descr
@@ -0,0 +1,3 @@
+Parse and create rules for the Snort IDS.
+
+WWW: http://search.cpan.org/dist/Parse-Snort/
diff --git a/security/p5-Parse-Snort/pkg-plist b/security/p5-Parse-Snort/pkg-plist
new file mode 100644
index 000000000000..d5a18019c7db
--- /dev/null
+++ b/security/p5-Parse-Snort/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Parse/Snort.pm
+%%PERL5_MAN3%%/Parse::Snort.3.gz