cb80427150
A few minor enhancements Changes: https://github.com/lh3/seqtk/releases Reported by: portscout
19 lines
329 B
Makefile
19 lines
329 B
Makefile
PORTNAME= seqtk
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Tool for processing sequences in FASTA/FASTQ format
|
|
WWW= https://github.com/lh3/seqtk
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lh3
|
|
|
|
INSTALL_TARGET= install-strip
|
|
PLIST_FILES= bin/seqtk
|
|
|
|
.include <bsd.port.mk>
|