Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / p5-URI-GoogleChart / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       URI-GoogleChart
5 PORTVERSION=    1.02
6 PORTREVISION=   1
7 CATEGORIES=     graphics www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Generate Google Chart URIs
13
14 BUILD_DEPENDS=  p5-URI>0:net/p5-URI
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>