source:
vbox/trunk/src/libs/openssl-1.1.1k/external/perl/Text-Template-1.46/Makefile.PL@
90293
Last change on this file since 90293 was 90293, checked in by , 4 years ago | |
---|---|
File size: 217 bytes |
Line | |
---|---|
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 | ); |
Note:
See TracBrowser
for help on using the repository browser.