freebsd-ports/biology/vsearch/Makefile
Jason W. Bacon a5f08a7c01 biology/vsearch: Update to 2.17.0
Afterthoughts from the recent 2.16.0 release
(Minor bug fixes and enhancements to the new orient subcommand)

Reported by:    portscout
2021-04-10 09:02:55 -05:00

30 lines
646 B
Makefile

PORTNAME= vsearch
DISTVERSIONPREFIX= v
DISTVERSION= 2.17.0
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Versatile open-source tool for metagenomics
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# Note: For PPC need power8 or later, little endian
ONLY_FOR_ARCHS= aarch64 amd64
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>