diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 16:07:18 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 16:07:18 +0000 |
commit | c9aca08331e5b0e5976c9b7d95aa59c868f21a5b (patch) | |
tree | 8fd3918bb49452e70b5d7bb545c118f5f4b1c48f /graphics/p5-GraphViz | |
parent | 8e2367f91aee90ab8290de0527d30203e744d402 (diff) | |
download | pkgsrc-c9aca08331e5b0e5976c9b7d95aa59c868f21a5b.tar.gz |
adding destdir support and license of perl itself (META.yml)
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 7ed3f8bda60..d7bb0d22a8e 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/12/21 00:39:02 he Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/07 16:07:18 sno Exp $ # DISTNAME= GraphViz-2.04 @@ -9,6 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GraphViz/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/GraphViz/ COMMENT= Perl interface to the Graphviz tools set +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir # This is for the 'test' target BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod |