aboutsummaryrefslogtreecommitdiffstats
path: root/math/primesieve/Makefile
blob: 44c0bbddbf5e8db21d53717091a373e6feafa808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	primesieve
DISTVERSIONPREFIX=	v
DISTVERSION=	12.9
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

# tests as of 12.9: 100% tests passed, 0 tests failed out of 34

.include <bsd.port.mk>