summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GraphViz/Makefile')
-rw-r--r--graphics/p5-GraphViz/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile
index 9b5c5a7705c..ed8d67ccc0f 100644
--- a/graphics/p5-GraphViz/Makefile
+++ b/graphics/p5-GraphViz/Makefile
@@ -1,23 +1,27 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:07 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/20 08:42:11 seb Exp $
#
-DISTNAME= GraphViz-1.8
+DISTNAME= GraphViz-2.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/}
MAINTAINER= seb@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/GraphViz/
COMMENT= Perl interface to the Graphviz tools set
-DEPENDS+= p5-Graph>=0.201:../../devel/p5-Graph
+# This is for the 'test' target
+BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
DEPENDS+= p5-IPC-Run>=0.74:../../devel/p5-IPC-Run
-DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
-DEPENDS+= p5-Math-Bezier>=0.01:../../math/p5-Math-Bezier
-DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GraphViz/.packlist
+INSTALLATION_DIRS= share/examples/p5-GraphViz
+
+post-install:
+ cd ${WRKSRC}/examples && \
+ ${PAX} -pm -rw . ${PREFIX}/share/examples/p5-GraphViz
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"