mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
01064ce0bd
Approved by: portmgr (blanket)
28 lines
577 B
Makefile
28 lines
577 B
Makefile
PORTNAME= samtools
|
|
DISTVERSION= 1.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tools for manipulating next-generation sequencing data
|
|
WWW= https://www.htslib.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libhts.so: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
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
SHEBANG_FILES= misc/*.pl misc/plot-bamstats test/test.pl
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|