7197facae5
Numerous bug fixes and enhancements: https://github.com/samtools/samtools/releases/tag/1.10 Take maintainership per ports/248089 PR: ports/248089
28 lines
582 B
Makefile
28 lines
582 B
Makefile
# Created by: Reed A. Cartwright <cartwright@asu.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= samtools
|
|
DISTVERSION= 1.10
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tools for manipulating next-generation sequencing data
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libhts.so.3:biology/htslib
|
|
TEST_DEPENDS= bash:shells/bash
|
|
|
|
USES= autoreconf gmake localbase ncurses perl5 python:env shebangfix
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_PERL5= test
|
|
GNU_CONFIGURE= yes
|
|
SUB_FILES= pkg-message
|
|
SHEBANG_FILES= misc/*.pl misc/plot-bamstats test/test.pl
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|