]> git.ipfire.org Git - location/libloc.git/blob - src/perl/Makefile.PL
ba53efc73998e5e18239ed3fa995f7f834f2b33d
[location/libloc.git] / src / perl / Makefile.PL
1 use 5.028001;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6 NAME => 'Location',
7 VERSION_FROM => 'lib/Location.pm',
8 PREREQ_PM => {},
9 ABSTRACT_FROM => 'lib/Location.pm',
10 AUTHOR => 'Stefan Schantl <stefan.schantl@ipfire.org>',
11 LICENSE => 'lgpl',
12 LIBS => ['-lloc'],
13 DEFINE => '', # e.g., '-DHAVE_SOMETHING'
14 INC => '-I. -I../../',
15 # Un-comment this if you add C files to link with later:
16 # OBJECT => '$(O_FILES)', # link all the C files too
17 );