diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/oinkmaster | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) | |
download | ports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip |
Notes
Diffstat (limited to 'security/oinkmaster')
-rw-r--r-- | security/oinkmaster/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/oinkmaster/Makefile b/security/oinkmaster/Makefile index 45088d320ab8..11dbb24634e8 100644 --- a/security/oinkmaster/Makefile +++ b/security/oinkmaster/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: oinkmaster -# Date created: Jan 28, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= oinkmaster PORTVERSION= 2.0 @@ -18,7 +13,8 @@ COMMENT= Help you update your snort rules after each update RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/oinkmaster etc/oinkmaster.conf.sample |