diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-11 21:36:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-11 21:36:25 +0800 |
commit | d1f8a6ce496b53d054c96b832f5e17d346929e05 (patch) | |
tree | cd57a683269d614818513c01a7be20c926935b63 /security/p5-Parse-Snort | |
parent | 80891e524f43d49277bae1afb0329f84d392db1f (diff) | |
download | freebsd-ports-gnome-d1f8a6ce496b53d054c96b832f5e17d346929e05.tar.gz freebsd-ports-gnome-d1f8a6ce496b53d054c96b832f5e17d346929e05.tar.zst freebsd-ports-gnome-d1f8a6ce496b53d054c96b832f5e17d346929e05.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
Diffstat (limited to 'security/p5-Parse-Snort')
-rw-r--r-- | security/p5-Parse-Snort/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Parse-Snort/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Parse-Snort/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Parse-Snort/pkg-plist | 2 |
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 |