mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
265238ee6c
Upstream has numerous open issues, so it's uncertain if or when the issue with clang will be resolved.
29 lines
507 B
Makefile
29 lines
507 B
Makefile
PORTNAME= fastp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.23.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Ultra-fast all-in-one FASTQ preprocessor
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libdeflate.so:archivers/libdeflate \
|
|
libisal.so:devel/isa-l
|
|
|
|
USES= gmake localbase:ldflags
|
|
USE_GITHUB= yes
|
|
USE_GCC= yes
|
|
|
|
GH_ACCOUNT= OpenGene
|
|
|
|
ALL_TARGET= fastp
|
|
PLIST_FILES= bin/fastp
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fastp
|
|
|
|
.include <bsd.port.mk>
|