Command-line tool images2sgf.
[Image2SGF.git] / Makefile.PL
blobda80e3113c909567e82d8838289c6488890d4a0e
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'                  => 'Games::Go::Image2SGF',
6     'VERSION_FROM'      => 'Image2SGF.pm', # finds $VERSION
7     'AUTHOR'        => 'Chris Ball <chris@cpan.org>, Yann Dirson <ydirson@altern.org>',
8     'PREREQ_PM'         => { Imager => 0 ,
9                              Set::Object => 0 }