/usr/local/CPAN/Mac-SysProfile/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'Mac::SysProfile',
    VERSION_FROM      => 'SysProfile.pm',
    PREREQ_PM         => {},
    ($] >= 5.005 ?   
      (ABSTRACT_FROM  => 'SysProfile.pm', 
       AUTHOR         => 'Daniel Muey L<http://drmuey.com/cpan_contact.pl>') : ()),
);