Alien-JPCRE2

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

share {
    plugin Download => (
        url => 'https://wbraswell.github.io/jpcre2-mirror/',
        filter => qr/^jpcre2-.*\.tar\.gz$/,
        version => qr/^jpcre2-([0-9\.]+)/,
    );
    plugin Extract => 'tar.gz';
    plugin 'Build::Autoconf' => ();
    plugin 'Build::SearchDep' => (
        aliens => [ 'Alien::PCRE2' ],
        public_I => 1,
        public_l => 1,
    );
    build [
#        '%{configure} --enable-cpp11 --enable-test ' . $configure_cxxflags,  # DEV NOTE: disable C++11 features to support older compilers
        '%{configure} --disable-cpp11 --enable-test ' . $configure_cxxflags,
        '%{gmake}',
        '%{gmake} check',
        '%{gmake} install',
    ];
};



( run in 0.344 second using v1.01-cache-2.11-cpan-64827b87656 )