1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/biology/taxonkit/Makefile
2022-03-30 03:01:44 -04:00

21 lines
368 B
Makefile

PORTNAME= taxonkit
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.1
PORTREVISION= 1
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>