diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-21 22:38:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-21 22:38:38 +0000 |
commit | 5a29a7b566393ea9c0c9c44352f4c543f834c875 (patch) | |
tree | d8fbfce94fd66f27b97dbdafd4b6f552cc91d7d4 /net-mgmt/p5-Nagios-Plugin/Makefile | |
parent | 0ac2618f751cec5568baa926595b7d3a8ecad80c (diff) | |
download | ports-5a29a7b566393ea9c0c9c44352f4c543f834c875.tar.gz ports-5a29a7b566393ea9c0c9c44352f4c543f834c875.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugin/Makefile')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile index 5edc9301fdc0..73833afc6710 100644 --- a/net-mgmt/p5-Nagios-Plugin/Makefile +++ b/net-mgmt/p5-Nagios-Plugin/Makefile @@ -6,17 +6,21 @@ # PORTNAME= Nagios-Plugin -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONVOON +MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAVINC PKGNAMEPREFIX= p5- MAINTAINER= gerrit.beine@gmx.de -COMMENT= Object oriented helper routines for Nagios plugin +COMMENT= Modules to streamline writing Nagios plugins PERL_CONFIGURE= yes +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${BUILD_DEPENDS} + MAN3= Nagios::Plugin.3 \ Nagios::Plugin::ExitResult.3 \ Nagios::Plugin::Functions.3 \ |