pkgsrc/graphics/p5-GDGraph/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

21 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:20 jlam Exp $
#
DISTNAME= GDGraph-1.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5gdg
PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html
COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm
DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/GD/Graph/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"