Changeset View
Changeset View
Standalone View
Standalone View
biology/metaeuk/Makefile
| PORTNAME= metaeuk | PORTNAME= metaeuk | ||||
| DISTVERSION= 7 | DISTVERSION= 7 | ||||
| DISTVERSIONSUFFIX= -bba0d80 | DISTVERSIONSUFFIX= -bba0d80 | ||||
| CATEGORIES= biology | CATEGORIES= biology | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Gene discovery and annotation for large-scale eukaryotic metagenomics | COMMENT= Gene discovery and annotation for large-scale eukaryotic metagenomics | ||||
| WWW= https://github.com/soedinglab/metaeuk | WWW= https://github.com/soedinglab/metaeuk | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENCE.md | LICENSE_FILE= ${WRKSRC}/LICENCE.md | ||||
| NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107 | NOT_FOR_ARCHS= armv6 armv7 i386 powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107 | ||||
| NOT_FOR_ARCHS+= powerpc64 # many modules produce wrong results on big-endian architectures | NOT_FOR_ARCHS+= powerpc64 # many modules produce wrong results on big-endian architectures | ||||
| BUILD_DEPENDS= xxd:editors/vim | BUILD_DEPENDS= xxd:editors/vim | ||||
| TEST_DEPENDS= bash:shells/bash | TEST_DEPENDS= bash:shells/bash | ||||
| USES= cmake perl5 shebangfix | USES= cmake perl5 shebangfix | ||||
| USE_PERL5= build | USE_PERL5= build | ||||
| Show All 24 Lines | |||||