2008-02-06 17:23:07 +01:00
|
|
|
# ports collection makefile for: perl extension for dynamically building snort rules
|
|
|
|
# Date created: 30 January 2008
|
|
|
|
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Snort-Rule
|
2009-07-09 21:02:30 +02:00
|
|
|
PORTVERSION= 1.07
|
2008-02-06 17:23:07 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/Snort
|
2008-02-06 17:23:07 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= pauls@utdallas.edu
|
|
|
|
COMMENT= Perl5 extension for dynamically building snort rules
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Snort/Rule.pm \
|
|
|
|
%%SITE_PERL%%/mach/auto/Snort/Rule/.packlist
|
|
|
|
PLIST_DIRS= %%SITE_PERL%%/mach/auto/Snort/Rule \
|
|
|
|
%%SITE_PERL%%/mach/auto/Snort \
|
|
|
|
%%SITE_PERL%%/Snort
|
|
|
|
|
|
|
|
MAN3= Snort::Rule.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|