24 lines
492 B
Makefile
24 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/09/05 13:12:47 espie Exp $
|
|
|
|
COMMENT= "Perl modules for parsing Snort configuration files"
|
|
|
|
DISTNAME= Net-Snort-Parser-1.21
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|