Ticket #11485: Portfile

File Portfile, 1.2 KB (added by rpz@…, 17 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4PortGroup perl5 1.0
5perl5.setup   eval 2.2.5
6categories    perl biology
7maintainers             rpz@cse.wustl.edu
8description             Perl module for parameter estimation with hidden Markov models.
9long_description iPE is parameter estimation software for generalized hidden Markov models. \
10                 For information and documentation, see http://genes.cse.wustl.edu.
11
12homepage          http://mblab.wustl.edu
13master_sites      http://mblab.wustl.edu/software/download/
14
15configure {}
16build {}
17test {}
18
19destroot.cmd {}
20destroot {
21  set installvendorlib [perl5.extract_config installvendorlib]
22  file mkdir ${destroot}${installvendorlib}
23  xinstall -m 0644 -W ${worksrcpath} Eval.pm GTF.pm ${destroot}${installvendorlib}
24  xinstall -m 0755 -W ${worksrcpath} combine_eval_reports.pl eval.pl evaluate_gtf.pl filter_badlist.pl filter_gtfs.pl get_distribution.pl get_general_stats.pl get_overlap_stats.pl gff3_to_gtf.pl graph_gtfs.pl make_intron_lenght_vs_performance_graph.pl validate_gtf.pl validate_splice_sites.pl ${destroot}${prefix}/bin
25}
26
27
28platforms               darwin
29
30checksums               md5 b113a04814cdc6fbf2824a5ca6e3a7c9
31
32depends_lib-append      port:p5-xml-checker port:p5-xml-libxml