Alien-spatialite

 view release on metacpan or  search on metacpan

alienfile  view on Meta::CPAN

151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
    $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');
 
  my @configures
    = File::Find::Rule->file()
                        ->name( 'configure' )



( run in 0.346 second using v1.01-cache-2.11-cpan-4e96b696675 )