Alien-spatialite

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

    $make_cmd,
    \&patch_rpaths,
    \&rename_la_files,
    $make_inst_cmd,
    #@make_clean
  ];

};


sub update_configure_freebsd {
  my ($build) = @_;

  return if not $^O =~ /bsd/;

  $build->log ('Updating configure for FreeBSD');

  use File::Find::Rule;
  my @configures
    = File::Find::Rule->file()
                        ->name( 'configure' )



( run in 0.252 second using v1.01-cache-2.11-cpan-95122f20152 )