mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
439 B
Makefile
21 lines
439 B
Makefile
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>
|