freebsd-ports/graphics/p5-Google-Chart/Makefile
Martin Wilke d53ed73a7f p5-Google-Chart is a Perl interface to Google Charts API.
WWW: http://search.cpan.org/dist/Google-Chart/

PR:		ports/131163
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 20:11:02 +00:00

44 lines
1.5 KiB
Makefile

# New ports collection makefile for: p5-Google-Chart
# Date created: 30 January 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Google-Chart
PORTVERSION= 0.05013
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Interface to Google Charts API
RUN_DEPENDS= p5-Class-MOP>=0.63:${PORTSDIR}/devel/p5-Class-MOP \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-URI>0:${PORTSDIR}/net/p5-URI
MAN3= Google::Chart.3 Google::Chart::Axis.3 \
Google::Chart::Axis::Item.3 Google::Chart::Axis::Style.3 \
Google::Chart::Color.3 Google::Chart::Data.3 \
Google::Chart::Data::Extended.3 Google::Chart::Data::Simple.3 \
Google::Chart::Data::Text.3 Google::Chart::Fill.3 \
Google::Chart::Fill::LinearGradient.3 \
Google::Chart::Fill::LinearStripes.3 \
Google::Chart::Fill::Solid.3 Google::Chart::Grid.3 \
Google::Chart::Legend.3 Google::Chart::Marker.3 \
Google::Chart::QueryComponent.3 \
Google::Chart::QueryComponent::Simple.3 \
Google::Chart::Size.3 Google::Chart::Title.3 \
Google::Chart::Type.3 Google::Chart::Type::Bar.3 \
Google::Chart::Type::Line.3 Google::Chart::Type::Pie.3 \
Google::Chart::Type::QRcode.3 Google::Chart::Type::Radar.3 \
Google::Chart::Type::ScatterPlot.3 Google::Chart::Type::Simple.3 \
Google::Chart::Type::SparkLine.3 Google::Chart::Type::Venn.3 \
Google::Chart::Types.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>