aboutsummaryrefslogtreecommitdiff
path: root/biology/taxonkit/Makefile
blob: 25b67e70e3e85371fe77128209c6e5720158a758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	taxonkit
DISTVERSIONPREFIX=	v
DISTVERSION=	0.14.1
PORTREVISION=	3
CATEGORIES=	biology

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Practical and efficient NCBI taxonomy toolkit
WWW=		https://bioinf.shenwei.me/taxonkit/

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>