Sign in
flutter
/
third_party
/
openssl
/
8e51a340f40fc80331ddac19203ef7a3e7e02d1a
/
.
/
external
/
perl
/
Text-Template-1.46
/
Makefile.PL
blob: 491e03cb02eac679c60f0a74312e488d073c5448 [
file
] [
log
] [
blame
]
use
ExtUtils
::
MakeMaker
;
WriteMakefile
(
NAME
=>
'Text::Template'
,
VERSION_FROM
=>
'lib/Text/Template.pm'
,
# 'linkext' => {LINKTYPE => ''},
'dist'
=>
{
COMPRESS
=>
'gzip'
,
SUFFIX
=>
'gz'
},
);