Tweak graphics/p5-GD-Graph3d version 0.63_5
[dports.git] / graphics / p5-GD-Graph3d / Makefile
1 # Created by: Dmitry Sivachenko <dima@Chg.RU>
2 # $FreeBSD: graphics/p5-GD-Graph3d/Makefile 324174 2013-08-02 18:52:07Z mat $
3
4 PORTNAME=       GD-Graph3d
5 PORTVERSION=    0.63
6 PORTREVISION=   5
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Creates 3D charts with GD::Graph and GD
13
14 BUILD_DEPENDS=  p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19 USE_DOS2UNIX=   lib/GD/Graph3d.pm # pod2man doesn't work without this
20
21 MAN3=           GD::Graph3d.3
22
23 .include <bsd.port.mk>