Lines 3-8
Link Here
|
3 |
PORTNAME= bowtie2 |
3 |
PORTNAME= bowtie2 |
4 |
DISTVERSIONPREFIX= v |
4 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSION= 2.4.2 |
5 |
DISTVERSION= 2.4.2 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= biology perl5 python |
7 |
CATEGORIES= biology perl5 python |
7 |
|
8 |
|
8 |
MAINTAINER= jwb@FreeBSD.org |
9 |
MAINTAINER= jwb@FreeBSD.org |
Lines 14-20
Link Here
|
14 |
# Requires a 64-bit processor and depends on hard-coded SSE instructions |
15 |
# Requires a 64-bit processor and depends on hard-coded SSE instructions |
15 |
# Experimental support for AARCH64 as of 2.3.5 |
16 |
# Experimental support for AARCH64 as of 2.3.5 |
16 |
ONLY_FOR_ARCHS= aarch64 amd64 |
17 |
ONLY_FOR_ARCHS= aarch64 amd64 |
17 |
LIB_DEPENDS= libtbb.so:devel/tbb |
18 |
LIB_DEPENDS= libtbb.so:devel/onetbb |
18 |
RUN_DEPENDS= bash:shells/bash |
19 |
RUN_DEPENDS= bash:shells/bash |
19 |
|
20 |
|
20 |
USES= gmake localbase:ldflags perl5 python shebangfix |
21 |
USES= gmake localbase:ldflags perl5 python shebangfix |