You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
329 B

use ExtUtils::MakeMaker;
sub MY::postamble {
return <<'MAKE_FRAG';
instlibdir:
@echo $(INSTALLSITELIB)
MAKE_FRAG
}
WriteMakefile(
NAME => 'Git',
VERSION_FROM => 'Git.pm',
MYEXTLIB => '../libgit.a',
INC => '-I. -I..',
);
use Devel::PPPort;
-s 'ppport.h' or Devel::PPPort::WriteFile();