aboutsummaryrefslogtreecommitdiff
path: root/biology/hyphy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/hyphy/Makefile')
-rw-r--r--biology/hyphy/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index 34850adee62a..97bceda17ba2 100644
--- a/biology/hyphy/Makefile
+++ b/biology/hyphy/Makefile
@@ -1,18 +1,21 @@
PORTNAME= hyphy
-DISTVERSION= 2.5.31
+DISTVERSION= 2.5.60
CATEGORIES= biology
MAINTAINER= jrm@FreeBSD.org
COMMENT= Hypothesis testing using Phylogenies
+WWW= https://www.hyphy.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libcurl.so:ftp/curl
+TEST_DEPENDS= bash:shells/bash
+
+USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, see https://github.com/veg/hyphy/issues/1528
-USES= cmake localbase:ldflags ssl
USE_GITHUB= yes
GH_ACCOUNT= veg