mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Google-Chart
|
|
PORTVERSION= 0.05014
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Perl Interface to Google Charts API
|
|
|
|
RUN_DEPENDS= p5-libwww>0:www/p5-libwww \
|
|
p5-Moose>=2:devel/p5-Moose \
|
|
p5-URI>0:net/p5-URI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|