b66056ffed
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
30 lines
769 B
Makefile
30 lines
769 B
Makefile
# Created by: Alexey V. Degtyarev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= check_clamav
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
PKGNAMEPREFIX= nagios-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nagios plugin that verifies ClamAV local signature database revision
|
|
|
|
NO_BUILD= yes
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= check_clamav
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:net-mgmt/nagios-plugins \
|
|
clamav>=0:security/clamav \
|
|
p5-Net-DNS>=0:dns/p5-Net-DNS
|
|
|
|
PLIST_FILES= libexec/nagios/check_clamav
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_clamav \
|
|
${STAGEDIR}${PREFIX}/libexec/nagios/check_clamav
|
|
|
|
.include <bsd.port.mk>
|