mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
The old port with the name seqan has been replaced by the name seqan2. This change is necessary to avoid confusion about the most recent seqan version after seqan3 has been released. Since both versions can coexists, seqan3 has been distributed via its own port.
35 lines
975 B
Tcl
35 lines
975 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name seqan
|
|
version 2.4.0
|
|
categories science
|
|
|
|
revision 1
|
|
replaced_by seqan2
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
|
|
license BSD
|
|
maintainers fu-berlin.de:rene.rahn
|
|
|
|
description SeqAn - The C++ Sequence Analysis Library
|
|
|
|
long_description SeqAn is an open source C++ library of efficient algorithms \
|
|
and data structures for the analysis of sequences with the \
|
|
focus on biological data.
|
|
|
|
homepage https://www.seqan.de
|
|
|
|
livecheck.type none
|
|
|
|
pre-configure {
|
|
ui_error "Please do not install this port since it has been replaced by 'seqan2'.\
|
|
You can also install the new SeqAn version using the port 'seqan3'."
|
|
return -code error
|
|
}
|
|
|
|
distfiles
|