]> git.ipfire.org Git - thirdparty/openssl.git/blob - external/perl/Text-Template-1.46/Makefile.PL
Bundle the non core Perl module Text::Template
[thirdparty/openssl.git] / external / perl / Text-Template-1.46 / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3 NAME => 'Text::Template',
4 VERSION_FROM => 'lib/Text/Template.pm',
5 # 'linkext' => {LINKTYPE => ''},
6 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
7 );