mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
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@
23 lines
440 B
Makefile
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>
|