Import OpenSSL 1.1.0f
This commit is contained in:
7
external/perl/Text-Template-1.46/Makefile.PL
vendored
Normal file
7
external/perl/Text-Template-1.46/Makefile.PL
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile(
|
||||
NAME => 'Text::Template',
|
||||
VERSION_FROM => 'lib/Text/Template.pm',
|
||||
# 'linkext' => {LINKTYPE => ''},
|
||||
'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
|
||||
);
|
||||
Reference in New Issue
Block a user