diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /security/snort-rep | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'security/snort-rep')
-rw-r--r-- | security/snort-rep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 2cf38d4c0019..df04593844c0 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://david.schweikert.ch/software/snort-rep/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= A Snort reporting tool that can produce text or HTML from logs -USE_PERL5= yes MAN1= snort-rep.1 -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= snort-rep snort-rep-mail do-build: |