blob: 0de753ef2f524d04d42c0025487289f0f407a481 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|