libunicode-map-perl/Makefile.PL

23 lines
421 B
Makefile
Raw Permalink Normal View History

2022-09-23 14:44:28 +08:00
#!/usr/bin/perl
use ExtUtils::MakeMaker;
WriteMakefile (
"NAME" => "Unicode::Map",
"VERSION_FROM" => "Map.pm",
"LIBS" => [""],
"DEFINE" => "",
"INC" => "",
"dist" => {
"COMPRESS" => "gzip",
"SUFFIX" => "gz"
},
"EXE_FILES" => [
"tools/map",
"tools/mirrorMappings",
"tools/mkCSGB2312",
"tools/mkmapfile"
],
);