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

WriteMakefile
(
  NAME          => 'BTRIEVE::Native'
, VERSION_FROM  => 'Native.pm'
, ABSTRACT_FROM => 'Native.pm'
, AUTHOR        => 'Steffen Goeldner'
, IMPORTS       => { BTRCALL => 'wbtrv32.BTRCALL' }
);