Alien-CMake

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Build and make available CMake library - L<http://cmake.org/>",
   "author" : [
      "KMX <kmx@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Build and make available CMake library - L<http://cmake.org/>'
author:
  - 'KMX <kmx@cpan.org>'
build_requires:
  Archive::Extract: '0'
  Archive::Tar: '0'
  Digest::SHA: '0'
  File::Copy: '0'
  File::Copy::Recursive: '0'
  File::Fetch: '0.50'
  File::Find: '0'

README  view on Meta::CPAN

NAME
    Alien::CMake - Build and make available CMake library -
    <http://cmake.org/>

VERSION
    Version 0.11

SYNOPSIS
    Alien::CMake during its installation does one of the following:

    *   Builds *CMake* binaries from source codes and installs dev files
        (headers: *.h, static library: *.a) into *share* directory of
        Alien::CMake distribution.

lib/Alien/CMake.pm  view on Meta::CPAN

use strict;
use warnings;
use Alien::CMake::ConfigData;
use File::ShareDir qw(dist_dir);
use File::Spec;
use File::Find;
use File::Spec::Functions qw(catdir catfile rel2abs);

=head1 NAME

Alien::CMake - Build and make available CMake library - L<http://cmake.org/>

=head1 VERSION

Version 0.11

=cut

our $VERSION = '0.12';

=head1 SYNOPSIS



( run in 1.118 second using v1.01-cache-2.11-cpan-df04353d9ac )