diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-01 10:05:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-04-01 10:05:58 +0000 |
commit | aa3babf4eedd08f535e2d33b409acb2ede9fca76 (patch) | |
tree | ec79a7e5a49d0cd46cf01b50934b4c6fd5f2a7a7 /net-mgmt/p5-Nagios-Plugin/Makefile | |
parent | c2e5952d0708315cec52f456ef6fa531a78062db (diff) | |
download | ports-aa3babf4eedd08f535e2d33b409acb2ede9fca76.tar.gz ports-aa3babf4eedd08f535e2d33b409acb2ede9fca76.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin/Makefile')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 73833afc6710..9fd8f33dd914 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Nagios-Plugin -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAVINC @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Access RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Nagios::Plugin.3 \ + Nagios::Plugin::Config.3 \ Nagios::Plugin::ExitResult.3 \ Nagios::Plugin::Functions.3 \ Nagios::Plugin::Getopt.3 \ |