pkgsrc/graphics/p5-Chart-ThreeD/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

19 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:20 jlam Exp $
DISTNAME= Chart-ThreeD-0.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5c3d
PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Chart-ThreeD/
COMMENT= Three-Dimentional pie chart plotting
DEPENDS+= p5-GD>=2.16:../../graphics/p5-GD
PERL5_PACKLIST= auto/Chart-ThreeD/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"