dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
hc
2024-03-22
a0752693d998599af469473b8dc239ef973a012f
[~ljy/RK3588_XEN.git]
/
uefi
/
edk2
/
CryptoPkg
/
Library
/
OpensslLib
/
openssl
/
external
/
perl
/
Text-Template-1.46
/
Makefile.PL
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Text::Template',
VERSION_FROM => 'lib/Text/Template.pm',
# 'linkext' => {LINKTYPE => ''},
'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
);