The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
	'NAME'     => 'HaikuKits',
	'VERSION'  => '0.01',
	'CC'       => 'g++',
	'LD'       => '$(CC)',
	'XSOPT'    => '-C++',
	'DIR'      => [ 'ApplicationKit', 'InterfaceKit', 'StorageKit', 'SupportKit' ]
);