The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use lib '.';
use inc::Module::Install;

name            ('Makefile-GraphViz');
perl_version    ('5.006001');
all_from        ('lib/Makefile/GraphViz.pm');

repository "http://github.com/agentzh/makefile-graphviz-pm";

install_script  ("script/gvmake");

requires        ('GraphViz' => '2.02');
requires        ('Makefile::Parser' => '0.215');

build_requires  ('Test::More');
build_requires  ('File::Compare');

no_index        (
    directory =>
        qw< samples >
);

auto_install;
WriteAll;