mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
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
This commit is contained in:
parent
e9ce85919b
commit
49df406507
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403527
@ -642,6 +642,7 @@
|
||||
SUBDIR += p5-OpenCA-PKCS7
|
||||
SUBDIR += p5-OpenCA-REQ
|
||||
SUBDIR += p5-OpenCA-X509
|
||||
SUBDIR += p5-Parse-Snort
|
||||
SUBDIR += p5-PBKDF2-Tiny
|
||||
SUBDIR += p5-PGP
|
||||
SUBDIR += p5-PGP-Sign
|
||||
|
21
security/p5-Parse-Snort/Makefile
Normal file
21
security/p5-Parse-Snort/Makefile
Normal file
@ -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>
|
2
security/p5-Parse-Snort/distinfo
Normal file
2
security/p5-Parse-Snort/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Parse-Snort-0.6.tar.gz) = 11251a37cbe5ad2afde5f471c830ac4ca64b89f0965b8893c073197ac5503782
|
||||
SIZE (Parse-Snort-0.6.tar.gz) = 9485
|
3
security/p5-Parse-Snort/pkg-descr
Normal file
3
security/p5-Parse-Snort/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Parse and create rules for the Snort IDS.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Parse-Snort/
|
2
security/p5-Parse-Snort/pkg-plist
Normal file
2
security/p5-Parse-Snort/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Parse/Snort.pm
|
||||
%%PERL5_MAN3%%/Parse::Snort.3.gz
|
Loading…
Reference in New Issue
Block a user