aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile.PL
blob: 9bb1eebe93d6a5719356e3840aa78e9daea74acc (plain)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'         => 'curl_download',
    'INSTALLDIRS'  => 'vendor',
    'VERSION_FROM' => 'curl_download.pm', # finds VERSION
    'INC'          => '-I.',
    'MAKEFILE'     => 'Makefile_c',
);