freebsd-ports/net-mgmt/nagios-check_clamav/Makefile
Martin Wilke 4551607728 This check plugin is a Perl script which compares your local signature database
(daily.cvd) version to the version advertised from the ClamAV site. It verifies
the latest ClamAV revision using a DNS TXT query against
current.cvd.clamav.net.

WWW: http://bsd.phoenix.az.us/projects/check_clamav

PR:		ports/135512
Submitted by:	Alexey V. Degtyarev
2009-06-13 22:31:47 +00:00

30 lines
784 B
Makefile

# New ports collection makefile for: nagios-check_clamav
# Date created: Fri 12 Jun 2009
# Whom: Alexey V. Degtyarev
#
# $FreeBSD$
#
PORTNAME= check_clamav
PORTVERSION= 1.2
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= nagios-
MAINTAINER= alexey@renatasystems.org
COMMENT= Nagios plugin that verifies ClamAV local signature database revision
NO_BUILD= yes
USE_PERL5_RUN= yes
RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \
clamav>=0:${PORTSDIR}/security/clamav \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
PLIST_FILES= libexec/nagios/check_clamav
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/check_clamav \
${PREFIX}/libexec/nagios/check_clamav
.include <bsd.port.mk>