freebsd-ports/graphics/p5-Data-Google-Visualization-DataSource/Makefile
Martin Wilke 3b38c77f21 Perl helper class for implementing the Google Chart Tools Datasource Protocol.
The Google Visualization API is a nifty bit of kit for generating pretty
pictures from your data. By design it has a fair amount of Google-cruft, such
as non-standard JSON and stuffing configuration options in to a single CGI
query parameter.

Data::Google::Visualization::DataTable takes care of preparing data for the
API.

WWW: http://search.cpan.org/dist/Data-Google-Visualization-DataSource/

PR:		204060
Submitted by:	jeremybbaggs@gmail.com
Approved by:    mat (mentor)
Differential Revision:  D4640
2015-12-21 14:44:49 +00:00

24 lines
642 B
Makefile

# $FreeBSD$
PORTNAME= Data-Google-Visualization-DataSource
PORTVERSION= 0.01
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jeremybbaggs@gmail.com
COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
p5-Data-Google-Visualization-DataTable>=0:${PORTSDIR}/graphics/p5-Data-Google-Visualization-DataTable \
p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>