ports/math/primesieve/Makefile
Yuri Victorovich a8f356250c math/primesieve: Downgrade 11.0 → 8.0
This reverts commit 3f7f802f07.

math/primesieve was upgrded by mistake when its dependencies
fail to build and can't be upgraded at this time.

Reported by:	thierry@
2023-03-30 10:27:26 -07:00

23 lines
440 B
Makefile

PORTNAME= primesieve
DISTVERSIONPREFIX= v
DISTVERSION= 8.0
PORTEPOCH= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast prime number generator
WWW= https://github.com/kimwalisch/primesieve
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= kimwalisch
CMAKE_OFF= BUILD_STATIC_LIBS
CMAKE_TESTING_ON= BUILD_TESTS
.include <bsd.port.mk>