aboutsummaryrefslogtreecommitdiff
path: root/biology/taxonkit/Makefile
blob: ce3e989f9f3666d064b0cf7ad26d93cf05e1ce97 (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.12.0
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>