1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk/3rdparty/openssl-1.1-fit/external/perl/Text-Template-1.46/Makefile.PL

7 lines
217 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Text::Template',
VERSION_FROM => 'lib/Text/Template.pm',
# 'linkext' => {LINKTYPE => ''},
'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
);