freebsd-ports/biology/fastx-toolkit/Makefile
Stefan Eßer bdd2d4af96 Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
2022-02-06 19:36:07 +01:00

22 lines
510 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
CONFLICTS_INSTALL= autoconf-archive # share/aclocal/ax_c_long_long.m4
.include <bsd.port.mk>