freebsd-ports/math/primesieve/Makefile
Yuri Victorovich 43bd5f45e2 math/primesieve: Update 7.8 -> 7.9
Reported by:	portscout
2022-05-05 00:33:47 -07:00

26 lines
604 B
Makefile

PORTNAME= primesieve
DISTVERSIONPREFIX= v
DISTVERSION= 7.9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast prime number generator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= kimwalisch
CMAKE_OFF= BUILD_STATIC_LIBS
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
.include <bsd.port.mk>