summaryrefslogtreecommitdiff
path: root/misc/quantum++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/quantum++/Makefile')
-rw-r--r--misc/quantum++/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/quantum++/Makefile b/misc/quantum++/Makefile
index f8d668a68f01..dd1387565e01 100644
--- a/misc/quantum++/Makefile
+++ b/misc/quantum++/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quantum++
DISTVERSIONPREFIX= v
-DISTVERSION= 5.1
+DISTVERSION= 6.0
CATEGORIES= misc devel
MAINTAINER= yuri@FreeBSD.org
@@ -8,7 +8,7 @@ COMMENT= C++ header-only general purpose quantum computing library
WWW= https://github.com/softwareQinc/qpp
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= googletest>0:devel/googletest
@@ -26,4 +26,8 @@ NO_ARCH= yes
post-test: # run tests
@${BUILD_WRKSRC}/unit_tests/unit_tests
+# tests as of 6.0:
+# [==========] 457 tests from 325 test suites ran. (1585 ms total)
+# [ PASSED ] 457 tests.
+
.include <bsd.port.mk>