currently existing graphics/p5-GDGraph3d ("corrected" name of dist-file). This update includes LICENSE adding and since 0.56 following upstream changes: 0.61 16.Oct.2002 - Added support for h_bars (or rotate_graph) (Chia-liang Kao) - Added a new cynlider.pm bar style (Chia-liang Kao) 0.60 Dec 07 2001 - Fixed another bug with x_tick_number rendering - off by one tick. Sent patch to MVERB for same bug in GD::Graph::axestype.pm 0.59 Dec 05 2001 - Fixed bug with x_tick_number 0.58 Dec 05 2001 - Added visual tests and note in Makefile.PL - Built test suite in t/ 0.57 Nov 08 2001 - Rebuilt with h2xs 1.20 with options -v 0.57 -X -n GD::Graph3d
27 lines
784 B
Makefile
27 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 17:50:11 sno Exp $
|
|
|
|
DISTNAME= GD-Graph3d-0.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5gd3
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
MAINTAINER= damon@brodiefamily.org
|
|
COMMENT= GDGraph3d is a pkg to generate charts, using Lincoln Stein's GD.pm
|
|
HOMEPAGE= http://search.cpan.org/dist/GD-Graph3d/
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD
|
|
DEPENDS+= p5-GDGraph>=1.30:../../graphics/p5-GDGraph
|
|
DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
|
|
|
|
CONFLICTS+= p5-GDGraph3d-[0-9]*
|
|
SUPERSEDES= p5-GDGraph3d<=0.63
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/GD/Graph3d/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|