openbsd-ports/net/p5-Net-Snort-Parser/Makefile
msf 86457a3c7e Initial import of Net-Snort-Parser-1.21
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.   snortconfig was the reason
these modules were built.

ok sturm@
2004-06-01 23:26:49 +00:00

24 lines
492 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 23:26:49 msf Exp $
COMMENT= "Perl modules for parsing Snort configuration files"
DISTNAME= Net-Snort-Parser-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.shmoo.com/~bmc/software/snortconfig/
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>