aboutsummaryrefslogtreecommitdiff
path: root/astro/pykep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/pykep/Makefile')
-rw-r--r--astro/pykep/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/astro/pykep/Makefile b/astro/pykep/Makefile
index 9620771de563..de080c4a4b19 100644
--- a/astro/pykep/Makefile
+++ b/astro/pykep/Makefile
@@ -1,20 +1,23 @@
PORTNAME= pykep
DISTVERSIONPREFIX= v
-DISTVERSION= 2.6
+DISTVERSION= 2.6.2
+PORTREVISION= 3
CATEGORIES= astro
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library providing basic tools for astrodynamics research
+WWW= https://github.com/esa/pykep
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs
-USES= cmake compiler:c++11-lang
+USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes
CMAKE_OFF= PYKEP_BUILD_TESTS
+CMAKE_TESTING_ON= PYKEP_BUILD_TESTS
USE_GITHUB= yes
GH_ACCOUNT= esa