freebsd-ports/biology/vsearch/Makefile
Jason W. Bacon f67392e69b biology/vsearch: Update to 2.21.1
Adds the sample, qsegout and tsegout options. It also enables the use of
UDB databases with uchime_ref.

Changes:        https://github.com/torognes/vsearch/releases

Reported by:    portscout
2022-01-23 16:32:43 -06:00

29 lines
606 B
Makefile

PORTNAME= vsearch
DISTVERSIONPREFIX= v
DISTVERSION= 2.21.1
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Versatile open-source tool for metagenomics
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers
LIB_DEPENDS= libsysinfo.so:devel/libsysinfo
USES= autoreconf ghostscript:build gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= torognes
GNU_CONFIGURE= yes
PLIST_FILES= bin/vsearch man/man1/vsearch.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
.include <bsd.port.mk>