Alien-spatialite
    
    
  
  
  
view release on metacpan or search on metacpan
    $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.696 second using v1.01-cache-2.11-cpan-0a6323c29d9 )