diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-10-20 21:31:54 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-10-20 21:31:54 +0000 |
commit | 4f5f0418a7141eccff3746ee43002a3ed13395b1 (patch) | |
tree | 0d9b07bf17084ba94e5cf8acab803c1a57580039 /net-mgmt/p5-Nagios-Object | |
parent | 1cf9e2843a5ab4e814f502cd3d5fee0b5fe6a9a6 (diff) | |
download | ports-4f5f0418a7141eccff3746ee43002a3ed13395b1.tar.gz ports-4f5f0418a7141eccff3746ee43002a3ed13395b1.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Nagios-Object')
-rw-r--r-- | net-mgmt/p5-Nagios-Object/Makefile | 39 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Object/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Object/pkg-descr | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Object/pkg-plist | 14 |
4 files changed, 59 insertions, 0 deletions
diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile new file mode 100644 index 000000000000..347a7aa8c70e --- /dev/null +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: p5-Nagios-Object +# Date created: 2010-10-18 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Nagios-Object +PORTVERSION= 0.21.12 +CATEGORIES= perl5 net-mgmt +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@exit2shell.com +COMMENT= Perl objects to represent Nagios configuration + +BUILD_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build \ + p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN1= parse.pl.1 \ + config_status_demo.pl.1 \ + test_configuration.pl.1 \ + statusdat_demo.pl.1 \ + decode_flags.pl.1 + +MAN3= Nagios::Object::Config.3 \ + Nagios::StatusLog.3 \ + Nagios::Config::File.3 \ + Nagios::Object.3 \ + Nagios::Config.3 \ + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-Nagios-Object/distinfo b/net-mgmt/p5-Nagios-Object/distinfo new file mode 100644 index 000000000000..99ed016f3e77 --- /dev/null +++ b/net-mgmt/p5-Nagios-Object/distinfo @@ -0,0 +1,3 @@ +MD5 (Nagios-Object-0.21.12.tar.gz) = 3728cc5b8315dbfacefe5737627e2548 +SHA256 (Nagios-Object-0.21.12.tar.gz) = b56781f55f51262922311b89dcaad60ce6197c74b7b3798975418f97d7a6fdb4 +SIZE (Nagios-Object-0.21.12.tar.gz) = 171121 diff --git a/net-mgmt/p5-Nagios-Object/pkg-descr b/net-mgmt/p5-Nagios-Object/pkg-descr new file mode 100644 index 000000000000..b2103a636a3a --- /dev/null +++ b/net-mgmt/p5-Nagios-Object/pkg-descr @@ -0,0 +1,3 @@ +Nagios::Object - Creates perl objects to represent Nagios objects + +WWW: http://search.cpan.org/dist/Nagios-Object/ diff --git a/net-mgmt/p5-Nagios-Object/pkg-plist b/net-mgmt/p5-Nagios-Object/pkg-plist new file mode 100644 index 000000000000..85cc0571cc15 --- /dev/null +++ b/net-mgmt/p5-Nagios-Object/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD$ +bin/config_status_demo.pl +bin/decode_flags.pl +bin/parse.pl +bin/statusdat_demo.pl +bin/test_configuration.pl +%%SITE_PERL%%/Nagios/Config.pm +%%SITE_PERL%%/Nagios/Object.pm +%%SITE_PERL%%/Nagios/StatusLog.pm +%%SITE_PERL%%/Nagios/Config/File.pm +%%SITE_PERL%%/Nagios/Object/Config.pm +@dirrm %%SITE_PERL%%/Nagios/Config +@dirrm %%SITE_PERL%%/Nagios/Object +@dirrmtry %%SITE_PERL%%/Nagios |