1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/biology/seqkit/Makefile
Yuri Victorovich 635f49c9fd biology/seqkit: Update 0.16.0 -> 0.16.1
Reported by:	portscout
2021-05-19 23:02:26 -07:00

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>