blob: a43245d8b06405c6678f1550442ab9864b2cd527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= hisat2
DISTVERSION= 2.1.0-23
DISTVERSIONSUFFIX= -g20f333e
CATEGORIES= biology perl5 python
MAINTAINER= jwb@FreeBSD.org
COMMENT= Alignment program for mapping next-generation sequencing reads
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
# May work on other 64-bit archs, untested
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= 64-bit code, some assembly language
USES= gmake perl5 python shebangfix
USE_GITHUB= yes
SHEBANG_FILES= hisat2 hisat2-build hisat2-inspect *.py \
scripts/*.sh scripts/*.pl \
hisatgenotype_modules/*.py \
hisatgenotype_scripts/*.py \
hisatgenotype_scripts/*.sh
GH_ACCOUNT= infphilo
MAKEFILE= ${FILESDIR}/Makefile.pkg
.include <bsd.port.mk>
|