freebsd-ports/devel/ctre/Makefile
Yuri Victorovich f3500a3ae6 devel/ctre: Update 3.3.4 -> 3.4.1
Reported by:	portscout
2021-04-18 13:19:52 -07:00

27 lines
584 B
Makefile

PORTNAME= ctre
DISTVERSIONPREFIX= v
DISTVERSION= 3.4.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for Compile Time Regular Expressions
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= hanickadot
GH_PROJECT= compile-time-regular-expressions
CMAKE_OFF= BUILD_TESTING
NO_BUILD= yes
NO_ARCH= yes
do-test: # everything is tested during compilation, if you are able to compile then it's ok
@cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${GMAKE} -j ${_MAKE_JOBS}
.include <bsd.port.mk>