24 lines
492 B
Makefile
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>
|