freebsd-ports/biology/bioawk/Makefile
Jason W. Bacon c81fc00817 biology/bioawk: BWK awk modified for biological data
Bioawk is an extension to Brian Kernighan's awk, adding the support of several
common biological data formats, including optionally gzip'ed BED, GFF, SAM,
VCF, FASTA/Q and TAB-delimited formats with column names. It also adds a few
built-in functions and an command line option to use TAB as the input/output
delimiter. When the new functionality is not used, bioawk is intended to behave
exactly the same as the original BWK awk.
2020-06-05 02:45:33 +00:00

24 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= bioawk
DISTVERSIONPREFIX= v
DISTVERSION= 1.0-7
DISTVERSIONSUFFIX= -gfd40150
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= BWK awk modified for biological data
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= lh3
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= bioawk
INSTALL_TARGET= install-strip
PLIST_FILES= bin/bioawk
.include <bsd.port.mk>