freebsd-ports/graphics/p5-Data-Google-Visualization-DataTable/Makefile
Andrej Zverev 6df56f4deb - do not install .orig file
- add NO_ARCH
- bump PORTREVISION

Reviewed by:	miwi
2016-01-06 09:17:53 +00:00

23 lines
516 B
Makefile

# $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:${PORTSDIR}/converters/p5-JSON-XS
RUN_DEPENDS= p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>