File: Build.PL.in

package info (click to toggle)
reprof 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 21,828 kB
  • ctags: 191
  • sloc: perl: 857; sh: 457; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (6)
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;