diff options
Diffstat (limited to 'devel/entt/Makefile')
| -rw-r--r-- | devel/entt/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/entt/Makefile b/devel/entt/Makefile index 2e7485ccb231..8082103f868c 100644 --- a/devel/entt/Makefile +++ b/devel/entt/Makefile @@ -1,11 +1,12 @@ PORTNAME= entt DISTVERSIONPREFIX= v -DISTVERSION= 3.14.0 +DISTVERSION= 3.16.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and reliable entity-component system (ECS) and much more -WWW= https://github.com/skypjack/entt/wiki +WWW= https://github.com/skypjack/entt/wiki \ + https://github.com/skypjack/entt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,6 +18,7 @@ USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= skypjack +CMAKE_ON= ENTT_INSTALL CMAKE_TESTING_ON= ENTT_BUILD_TESTING ENTT_FIND_GTEST_PACKAGE NO_BUILD= yes @@ -25,4 +27,6 @@ NO_ARCH= yes post-install: # https://github.com/skypjack/entt/issues/1104 @${RM} ${STAGEDIR}${PREFIX}/include/BUILD.bazel +# tests as of 3.16.0: 100% tests passed, 0 tests failed out of 67 + .include <bsd.port.mk> |
