]> git.ipfire.org Git - location/libloc.git/blob - src/perl/Makefile.PL
importer: Return known countries as a set()
[location/libloc.git] / src / perl / Makefile.PL
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 => 'Location',
6 VERSION_FROM => 'lib/Location.pm',
7 PREREQ_PM => {},
8 ABSTRACT_FROM => 'lib/Location.pm',
9 AUTHOR => 'Stefan Schantl <stefan.schantl@ipfire.org>',
10 LICENSE => 'lgpl',
11 LIBS => ['-lloc'],
12 DEFINE => '', # e.g., '-DHAVE_SOMETHING'
13 INC => '-I. -I../../',
14 # Un-comment this if you add C files to link with later:
15 # OBJECT => '$(O_FILES)', # link all the C files too
16 );