aboutsummaryrefslogblamecommitdiff
path: root/biology/taxonkit/Makefile
blob: d76bd538eba1f14f3dcf68c3b0b1968175739c3d (plain) (tree)
1
2
3
4
5
6
7
8
9

                         
                      
                 



                                                             
                                                   











                                              
PORTNAME=	taxonkit
DISTVERSIONPREFIX=	v
DISTVERSION=	0.16.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>