diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 09:07:07 +0800 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 09:07:07 +0800 |
commit | be26d1d9122188fd75601a1e37879719341d352a (patch) | |
tree | b2967bf4ef6e8ccf3fc49983cb3f96dc641b7292 /biology/fastx-toolkit | |
parent | e48d09c8038ee241c67866dc94f244e680847b55 (diff) | |
download | freebsd-ports-gnome-be26d1d9122188fd75601a1e37879719341d352a.tar.gz freebsd-ports-gnome-be26d1d9122188fd75601a1e37879719341d352a.tar.zst freebsd-ports-gnome-be26d1d9122188fd75601a1e37879719341d352a.zip |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128
Diffstat (limited to 'biology/fastx-toolkit')
-rw-r--r-- | biology/fastx-toolkit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/fastx-toolkit/Makefile b/biology/fastx-toolkit/Makefile index e8f9f97e8aa5..46d48aac6b75 100644 --- a/biology/fastx-toolkit/Makefile +++ b/biology/fastx-toolkit/Makefile @@ -1,11 +1,10 @@ -# Created by: Jason Bacon <bacon4000@gmail.com> # $FreeBSD$ PORTNAME= fastx_toolkit PORTVERSION= 0.0.14 CATEGORIES= biology -MAINTAINER= bacon4000@gmail.com +MAINTAINER= jwb@FreeBSD.org COMMENT= CLI tools for Short-Reads FASTA/FASTQ files preprocessing LICENSE= AGPLv3+ |