freebsd-ports/textproc/p5-Net-Snort-Parser/Makefile
Mathieu Arnold 999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00

19 lines
461 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Snort-Parser
PORTVERSION= 1.41
PORTREVISION= 1
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
NO_ARCH= yes
.include <bsd.port.mk>