aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Data-Google-Visualization-DataTable/Makefile
blob: dd7455fa5b00c0a868645873eb76d9b9dbf7c40f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   Data-Google-Visualization-DataTable
PORTVERSION=    0.11
PORTREVISION=   1
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= jeremybbaggs@gmail.com
COMMENT=    Easily create Google DataTable objects for the Google Visulization API

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-JSON-XS>=2.0:converters/p5-JSON-XS
RUN_DEPENDS=    p5-JSON-XS>=2.0:converters/p5-JSON-XS

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    yes

.include <bsd.port.mk>