freebsd-ports/devel/entt/Makefile
Yuri Victorovich 4da3d5823a devel/entt: Update 3.9.0 -> 3.10.0
Reported by:	portscout
2022-04-17 12:56:42 -07:00

23 lines
450 B
Makefile

PORTNAME= entt
DISTVERSIONPREFIX= v
DISTVERSION= 3.10.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>