freebsd-ports/math/muparserx/Makefile
Yuri Victorovich ecb11e24a7 math/muparserx: Update 4.0.8-30 -> 4.0.11
Reported by:	portscout
2021-11-26 14:02:37 -08:00

22 lines
402 B
Makefile

PORTNAME= muparserx
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.11
CATEGORIES= math devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ math parser library with array and string support
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= beltoforion
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_EXAMPLES
.include <bsd.port.mk>