diff options
Diffstat (limited to 'net-mgmt/nagios-certexp-plugin/Makefile')
-rw-r--r-- | net-mgmt/nagios-certexp-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-certexp-plugin/Makefile b/net-mgmt/nagios-certexp-plugin/Makefile index 12096d9746c8..a51135a38f88 100644 --- a/net-mgmt/nagios-certexp-plugin/Makefile +++ b/net-mgmt/nagios-certexp-plugin/Makefile @@ -14,9 +14,9 @@ EXTRACT_SUFX= MAINTAINER= ecronin@gizmolabs.org COMMENT= Nagios plugin for checking SSL server certificate expiration -RUN_DEPENDS+= ${SITE_PERL}/mach/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long USE_PERL5= yes NO_WRKSUBDIR= yes |