1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/p5-Snort-Rule/Makefile
Philip M. Gollucci bade122f0f - Update to 1.07
PR:             ports/136558
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-09 19:02:30 +00:00

29 lines
702 B
Makefile

# 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
PORTVERSION= 1.07
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/S/SA/SAXJAZMAN/Snort
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>