17 lines
436 B
Makefile
17 lines
436 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|