1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/biology/taxonkit/Makefile

20 lines
351 B
Makefile

PORTNAME= taxonkit
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Practical and efficient NCBI taxonomy toolkit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/shenwei356/taxonkit
GO_TARGET= ./${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>