diff options
Diffstat (limited to 'net-mgmt/nagios-spamd-plugin/Makefile')
-rw-r--r-- | net-mgmt/nagios-spamd-plugin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile index ca31742d3aa..43d642b8792 100644 --- a/net-mgmt/nagios-spamd-plugin/Makefile +++ b/net-mgmt/nagios-spamd-plugin/Makefile @@ -6,15 +6,17 @@ PORTNAME= nagios-spamd-plugin PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_spamd-${PORTVERSION}.pl EXTRACT_SUFX= -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin for checking SpamAssassins spamd -RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins USE_PERL5= yes NO_WRKSUBDIR= yes |