aboutsummaryrefslogtreecommitdiff
path: root/bindings/perl/Makefile.PL
blob: 554892e9963cec7a6a9a66c7b91484bea555c7d2 (plain)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'   => 'marisa',
    'LIBS'   => ['-lmarisa'],
    'OBJECT' => 'marisa-swig.o marisa-swig_wrap.o'
);