mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-Snort
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeremybbaggs@gmail.com
|
|
COMMENT= Perl module to parse and create Snort rules
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|