openbsd-ports/net/p5-Net-Snort-Parser/Makefile

24 lines
492 B
Makefile
Raw Normal View History

2005-09-05 09:12:47 -04:00
# $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
2005-09-05 09:12:47 -04:00
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>