ports/devel/entt/Makefile
Yuri Victorovich 05d9c7a420 devel/entt: Update 3.8.1 -> 3.9.0
Reported by:	portscout
2022-01-31 11:27:44 -08:00

23 lines
449 B
Makefile

PORTNAME= entt
DISTVERSIONPREFIX= v
DISTVERSION= 3.9.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast and reliable entity-component system (ECS) and much more
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++17-lang python:test
USE_GITHUB= yes
GH_ACCOUNT= skypjack
CMAKE_TESTING_ON= ENTT_BUILD_TESTING
CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD}
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>