aboutsummaryrefslogtreecommitdiff
path: root/biology/seqan-apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/seqan-apps/Makefile')
-rw-r--r--biology/seqan-apps/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index 01879b514c32..ab12a61d51af 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -1,20 +1,20 @@
-# Created by: Hannes Hauswedell <h2+fbsdports@fsfe.org>
-
PORTNAME= seqan-apps
DISTVERSIONPREFIX= seqan-v
DISTVERSION= 2.4.0
-PORTREVISION= 9
+PORTREVISION= 11
CATEGORIES= biology
MAINTAINER= h2+fbsdports@fsfe.org
COMMENT= Official bioinformatic applications based on the SeqAn library
+WWW= https://www.seqan.de/
LICENSE= BSD3CLAUSE LGPL3 GPLv3
LICENSE_COMB= multi
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-USES= cmake compiler:openmp # once #199603 is resolved, add c++14-lang
+USES= cmake compiler:c++14-lang
+USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= seqan
GH_PROJECT= seqan
@@ -37,8 +37,4 @@ PLIST_SUB+= RM_I386="@comment "
PLIST_SUB+= RM_I386=""
.endif
-.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
-USE_GCC= yes
-.endif
-
.include <bsd.port.post.mk>