diff options
Diffstat (limited to 'security/p5-Snort-Rule')
-rw-r--r-- | security/p5-Snort-Rule/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Snort-Rule/Makefile b/security/p5-Snort-Rule/Makefile index 379645561b41..a5e684d905ec 100644 --- a/security/p5-Snort-Rule/Makefile +++ b/security/p5-Snort-Rule/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: perl extension for dynamically building snort rules -# Date created: 30 January 2008 -# Whom: Paul Schmehl <pauls@utdallas.edu> -# +# Created by: Paul Schmehl <pauls@utdallas.edu> # $FreeBSD$ -# PORTNAME= Snort-Rule PORTVERSION= 1.07 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pauls@utdallas.edu COMMENT= Perl5 extension for dynamically building snort rules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PLIST_FILES= %%SITE_PERL%%/Snort/Rule.pm \ %%SITE_PERL%%/mach/auto/Snort/Rule/.packlist |