blob: 8341112877d1cc2cf3078e94552c389b4837242a (
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
|
PORTNAME= stringtie
DISTVERSION= 2.1.1
CATEGORIES= biology
MASTER_SITES= http://ccb.jhu.edu/software/stringtie/dl/
MAINTAINER= mzaki@e-mail.ne.jp
COMMENT= Transcript assembly and quantification for RNA-seq
WWW= http://www.ccb.jhu.edu/software/stringtie/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= bash:shells/bash \
curl:ftp/curl
USES= compiler:c++11-lang gmake
ALL_TARGET= release
TEST_TARGET= test
PLIST_FILES= bin/stringtie
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stringtie ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|