]> iEval git - audio-libsamplerate.git/blobdiff - Makefile.PL
Bump version and update Changes
[audio-libsamplerate.git] / Makefile.PL
index e0e8f4e318ef06e0fd53d508449ee18360a14158..44818358eb48cbbbddbc3eb8ce17b5a58bc7259e 100644 (file)
@@ -7,10 +7,10 @@ WriteMakefile(
        ABSTRACT_FROM     => 'lib/Audio/LibSampleRate.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.8.9',
-       LICENSE           => 'gpl',
+       LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {},
-       INC               => '-Ilibsamplerate',
+       INC               => '-Ilibsamplerate/src/',
        MYEXTLIB          => 'libsamplerate/src/.libs/libsamplerate$(LIB_EXT)',
        clean             => { FILES => 'libsamplerate/src/.libs/libsamplerate$(LIB_EXT)' },
        META_ADD         => {
This page took 0.024255 seconds and 4 git commands to generate.