use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Font::FreeType', AUTHOR => 'Geoff Richards ', VERSION_FROM => 'lib/Font/FreeType.pm', LIBS => '-LD:/msys64/mingw64/lib -lfreetype', INC => '-ID:/msys64/mingw64/include/freetype2', );