File: Build.PL.in

package info (click to toggle)
reprof 1.0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,120 kB
  • sloc: perl: 867; sh: 484; makefile: 59
file content (13 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
use warnings;
use strict;
use Module::Build;

my $build = Module::Build->new(
    module_name     => 'RG::Reprof',
    license         => 'gpl',                                                                                                                              
    dist_name       => 'reprof',
    dist_version    => '@VERSION@',
    dist_author     => ['Peter Hoenigschmid <hoenigschmid@rostlab.org>', 'Burkhard Rost'],
    dist_abstract   => 'protein secondary structure and solvent accessibility predictor',
);
$build->create_build_script;