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

18 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:19 jlam Exp $
DISTNAME= Chart-2.3
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~chartgrp/
COMMENT= Perl5 charting library
DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
PERL5_PACKLIST= auto/Chart/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"