- Add missing perl dependency which results in broken shebang in plugin file
- Add LICENSE Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
9896d78ddb
commit
36cb2cad68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385735
1 changed files with 5 additions and 1 deletions
|
@ -2,13 +2,17 @@
|
|||
|
||||
PORTNAME= check_logfiles
|
||||
PORTVERSION= 3.4.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/03/
|
||||
|
||||
MAINTAINER= flo@FreeBSD.org
|
||||
COMMENT= Nagios plugin which scans log files for specific patterns
|
||||
|
||||
USES= gmake
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake perl5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
|
||||
--libexecdir=${PREFIX}/libexec/nagios \
|
||||
|
|
Loading…
Reference in a new issue