freebsd-ports/biology/fastx-toolkit/Makefile

24 lines
557 B
Makefile
Raw Normal View History

PORTNAME= fastx_toolkit
PORTVERSION= 0.0.14
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= CLI tools for Short-Reads FASTA/FASTQ files preprocessing
WWW= http://hannonlab.cshl.edu/fastx_toolkit/
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
CONFLICTS_INSTALL= autoconf-archive # share/aclocal/ax_c_long_long.m4
.include <bsd.port.mk>