mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
635f49c9fd
Reported by: portscout
20 lines
369 B
Makefile
20 lines
369 B
Makefile
PORTNAME= seqkit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.16.1
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cross-platform and ultrafast toolkit for FASTA/Q file manipulation
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/shenwei356/seqkit
|
|
GO_TARGET= ./${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|