freebsd-ports/biology/fastx-toolkit/Makefile
Jason W. Bacon be26d1d912 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
2018-01-31 01:07:07 +00:00

24 lines
454 B
Makefile

# $FreeBSD$
PORTNAME= fastx_toolkit
PORTVERSION= 0.0.14
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= CLI tools for Short-Reads FASTA/FASTQ files preprocessing
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgtextutils.so:biology/libgtextutils
USES= autoreconf libtool perl5 pkgconfig shebangfix
USE_PERL5= run
SHEBANG_FILES= scripts/*.pl
USE_GITHUB= yes
GH_ACCOUNT= agordon
GNU_CONFIGURE= yes
.include <bsd.port.mk>