diff options
author | az <az@FreeBSD.org> | 2013-09-04 00:18:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 00:18:49 +0800 |
commit | afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0 (patch) | |
tree | af34a59d3d16b99fda6fb0f1c025cfdbd117b523 /net-mgmt/nagios-check_clamav | |
parent | 25cbe7fd6e97f6746a5d5e6a3ea232fc40c2505b (diff) | |
download | freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.tar.gz freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.tar.zst freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/nagios-check_clamav')
-rw-r--r-- | net-mgmt/nagios-check_clamav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_clamav/Makefile b/net-mgmt/nagios-check_clamav/Makefile index 48faded12835..43d4cf775f9d 100644 --- a/net-mgmt/nagios-check_clamav/Makefile +++ b/net-mgmt/nagios-check_clamav/Makefile @@ -16,7 +16,8 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Nagios plugin that verifies ClamAV local signature database revision NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ clamav>=0:${PORTSDIR}/security/clamav \ |