2014-12-15 22:59:19 +01:00
|
|
|
# Created by: Reed A. Cartwright <cartwright@asu.edu>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= samtools
|
2018-08-02 21:28:36 +02:00
|
|
|
DISTVERSION= 1.9
|
2014-12-15 22:59:19 +01:00
|
|
|
CATEGORIES= biology
|
|
|
|
|
|
|
|
MAINTAINER= cartwright@asu.edu
|
|
|
|
COMMENT= Tools for manipulating next-generation sequencing data
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2017-10-25 12:19:50 +02:00
|
|
|
BUILD_DEPENDS= htslib>=1.6:biology/htslib
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libhts.so:biology/htslib
|
|
|
|
TEST_DEPENDS= bash:shells/bash
|
2014-12-15 22:59:19 +01:00
|
|
|
|
2018-08-02 21:28:36 +02:00
|
|
|
USES= autoreconf gmake localbase ncurses \
|
|
|
|
perl5 python:env shebangfix
|
|
|
|
|
2014-12-15 22:59:19 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
|
2015-12-25 02:31:09 +01:00
|
|
|
USE_PERL5= test
|
|
|
|
GNU_CONFIGURE= yes
|
2014-12-15 22:59:19 +01:00
|
|
|
SUB_FILES= pkg-message
|
2017-10-25 12:19:50 +02:00
|
|
|
SHEBANG_FILES= misc/*.pl misc/*.py misc/plot-bamstats test/test.pl
|
2014-12-15 22:59:19 +01:00
|
|
|
|
2015-12-25 02:31:09 +01:00
|
|
|
TEST_TARGET= test
|
|
|
|
|
2014-12-15 22:59:19 +01:00
|
|
|
.include <bsd.port.mk>
|