559af1bbc4
JSON API. It allows the ability to execute all available functions provided by the Zenoss API programmatically. Anything you could do from the Zenoss interface can be achieved via this module. This is a full service implementation, providing the construction of the call to the API and the handling of the response. WWW: http://search.cpan.org/dist/Zenoss/ PR: ports/160193 Submitted by: Phil Phillips
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: p5-Zenoss
|
|
# Date created: 25 August 2011
|
|
# Whom: Phil Phillips
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Zenoss
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pphillips@experts-exchange.com
|
|
COMMENT= Perl interface to the Zenoss JSON API
|
|
|
|
RUN_DEPENDS= p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
|
|
p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Zenoss::Examples.3 \
|
|
Zenoss.3 \
|
|
Zenoss::Router::Network.3 \
|
|
Zenoss::Router::Search.3 \
|
|
Zenoss::Router::DetailNav.3 \
|
|
Zenoss::Router::Template.3 \
|
|
Zenoss::Router::Process.3 \
|
|
Zenoss::Connector.3 \
|
|
Zenoss::Router::Report.3 \
|
|
Zenoss::MetaHelper.3 \
|
|
Zenoss::Router::ZenPack.3 \
|
|
Zenoss::Router::Tree.3 \
|
|
Zenoss::Router.3 \
|
|
Zenoss::Router::Messaging.3 \
|
|
Zenoss::Router::Events.3 \
|
|
Zenoss::Router::Service.3 \
|
|
Zenoss::Router::Device.3 \
|
|
Zenoss::Response.3 \
|
|
Zenoss::Error.3 \
|
|
Zenoss::Router::Mib.3
|
|
|
|
.include <bsd.port.mk>
|