]> git.ipfire.org Git - location/libloc.git/blame - src/perl/Makefile.PL
perl: Do not insist on Perl 5.28 or higher
[location/libloc.git] / src / perl / Makefile.PL
CommitLineData
1ea740e9
SS
1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
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);