GNorm2-docker / CRF /perl /Makefile.PL
Steven Tang
Commit all
69fb171
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'CRFPP',
'CC' => 'c++',
'LD' => 'c++',
'INC' => '',
'LIBS' => '-lpthread -lcrfpp',
# 'VERSION' => '0.46',
'OBJECT' => 'CRFPP_wrap.o'
);