aboutsummaryrefslogtreecommitdiff
path: root/biology/fastp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/fastp/Makefile')
-rw-r--r--biology/fastp/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/biology/fastp/Makefile b/biology/fastp/Makefile
index 2b8ec0278e58..ddd4d84876b1 100644
--- a/biology/fastp/Makefile
+++ b/biology/fastp/Makefile
@@ -1,15 +1,19 @@
PORTNAME= fastp
DISTVERSIONPREFIX= v
-DISTVERSION= 0.22.0
+DISTVERSION= 0.23.4
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
COMMENT= Ultra-fast all-in-one FASTQ preprocessor
+WWW= https://github.com/OpenGene/fastp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c++11-lang gmake
+LIB_DEPENDS= libdeflate.so:archivers/libdeflate \
+ libisal.so:devel/isa-l
+
+USES= gmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= OpenGene