freebsd-ports/graphics/p5-Data-Google-Visualization-DataTable/Makefile
Steve Wills 3bc1e08bfc Reset maintainer
Requested by:	Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email)
2018-03-23 16:33:11 +00:00

23 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= Data-Google-Visualization-DataTable
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
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>