View | Details | Raw Unified | Return to bug 255031 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/nagios-check_clamav.new/Makefile (-3 / +13 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	check_clamav
3
PORTNAME=	check_clamav
4
PORTVERSION=	1.2
4
PORTVERSION=	1.2
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
7
MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
8
PKGNAMEPREFIX=	nagios-
8
PKGNAMEPREFIX=	nagios-
Lines 12-22 Link Here
12
12
13
NO_BUILD=	yes
13
NO_BUILD=	yes
14
USES=		perl5 shebangfix
14
USES=		perl5 shebangfix
15
16
OPTIONS_RADIO=	PLUGINS
17
OPTIONS_RADIO_PLUGINS=	MONPLUGINS NAGPLUGINS
18
OPTIONS_DEFAULT=NAGPLUGINS SSL
19
20
NAGPLUGINS_DESC=Use net-mgmt/nagios-plugins
21
MONPLUGINS_DESC=Use net-mgmt/monitoring-plugins
22
15
USE_PERL5=	run
23
USE_PERL5=	run
16
SHEBANG_FILES=	check_clamav
24
SHEBANG_FILES=	check_clamav
17
25
18
RUN_DEPENDS+=	${LOCALBASE}/libexec/nagios/utils.pm:net-mgmt/nagios-plugins \
26
MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins
19
		clamav>=0:security/clamav \
27
NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins
28
29
RUN_DEPENDS+=	clamav>=0:security/clamav \
20
		p5-Net-DNS>=0:dns/p5-Net-DNS
30
		p5-Net-DNS>=0:dns/p5-Net-DNS
21
31
22
PLIST_FILES=	libexec/nagios/check_clamav
32
PLIST_FILES=	libexec/nagios/check_clamav

Return to bug 255031