summaryrefslogtreecommitdiff
path: root/graphics/p5-Chart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Chart/Makefile')
-rw-r--r--graphics/p5-Chart/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile
index 9e8d1ffbeb7..fc33a355960 100644
--- a/graphics/p5-Chart/Makefile
+++ b/graphics/p5-Chart/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:36 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/05/16 20:39:36 heinz Exp $
-DISTNAME= Chart-2.3
+DISTNAME= Chart-2.4.1
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
@@ -10,9 +9,16 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~chartgrp/
COMMENT= Perl5 charting library
-DEPENDS+= p5-GD>=1.32:../../graphics/p5-GD
+PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_PACKLIST= auto/Chart/.packlist
+DEPENDS+= p5-GD>=1.20:../../graphics/p5-GD
+
+USE_LANGUAGES= # empty
+
+PERL5_PACKLIST= auto/Chart/.packlist
+
+post-extract:
+ ${CHMOD} a-x ${WRKSRC}/Chart/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"