These modules provide a basis for parsing snort configuration files and rules, allow tools to be built that muck with rulesets with less effort. An example tool, snortconfig, is included. WWW: https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-Net-Snort-Parser/
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Snort-Parser
|
|
PORTVERSION= 1.41
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-${PORTNAME}/ \
|
|
http://mirrors.rit.edu/zi/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl modules for parsing Snort configuration files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= snortconfig.1
|
|
MAN3= Net::Snort::Parser::File.3 Net::Snort::Parser::Rule.3
|
|
|
|
.include <bsd.port.mk>
|