aboutsummaryrefslogtreecommitdiff
path: root/biology/hisat2/Makefile
blob: 4e7aaced607b6eb59d50e9641034b0b3923d65cf (plain) (blame)
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
30
# $FreeBSD$

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>