Ticket #51289: Portfile

File Portfile, 1.6 KB (added by mashavecher, 8 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                PEAR
6version             0.9.8
7categories          science
8platforms           darwin
9license             CC-BY-NC-SA-3
10maintainers         yahoo.com:mashavecher
11description         PEAR - Paired-End reAd mergeR
12long_description    PEAR is an ultrafast, memory-efficient and highly accurate pair-end read merger. It is fully parallelized and can run with as low as just a few kilobytes of memory.
13homepage            http://www.exelixis-lab.org/pear
14master_sites        http://sco.h-its.org/exelixis/web/software/pear/files/
15distname                        pear-${version}
16
17checksums           rmd160  c9703233b188527dcd281f6a2cc5f924a3a3828a \
18                    sha256  0fff7401d63141d9235aa28174113f346a039743c0c679b435f5230a32b28728
19
20depends_build           port:automake \
21                                        port:autoconf \
22                                        port:libtool
23
24notes                           "***************************************************************************************************
25                                        Important notice
26                                        The PEAR creative commons license prohibits commercial use of the code.
27                                        For testing and using PEAR on a commercial basis you need to purchase a commercial software license.
28                                        If you wish to purchase such a license please contact:
29                                        Prof. Alexandros Stamatakis Alexandros.Stamatakis@h-its.org
30                                        ****************************************************************************************************
31                                        Citation - PEAR: a fast and accurate Illumina Paired-End reAd mergeR
32                                        Zhang et al (2014) Bioinformatics 30(5): 614-620 | doi:10.1093/bioinformatics/btt593
33                                        ****************************************************************************************************"