diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-11-03 15:27:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-11-03 15:27:16 +0000 |
commit | 28afb6f8e54e7ded6592911796f5cd17ffa290a6 (patch) | |
tree | c9cce930daae78d43843d64701a75b34febae834 /graphics/p5-Chart/Makefile | |
parent | dbcb5db1cad3ce40ccbc54f4bdd85ae1b26efd14 (diff) | |
download | pkgsrc-28afb6f8e54e7ded6592911796f5cd17ffa290a6.tar.gz |
This module is an attempt to build a general purpose graphing module that is
easily modified and expanded.
Diffstat (limited to 'graphics/p5-Chart/Makefile')
-rw-r--r-- | graphics/p5-Chart/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile new file mode 100644 index 00000000000..30c7843afea --- /dev/null +++ b/graphics/p5-Chart/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 15:27:16 adrianp Exp $ + +DISTNAME= Chart-2.3 +PKGNAME= p5-${DISTNAME} +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 + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Chart/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |