mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
26 lines
499 B
Makefile
26 lines
499 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
PORTNAME= libdivide
|
|
DISTVERSION= 5.0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Fast prime counting function implementations
|
|
|
|
LICENSE= ZLIB BSL
|
|
LICENSE_COMB= multi
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ridiculousfish
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= include/libdivide.h \
|
|
lib/cmake/libdivide/libdivideConfig.cmake \
|
|
lib/cmake/libdivide/libdivideConfigVersion.cmake
|
|
|
|
do-test:
|
|
${CONFIGURE_WRKSRC}/tester
|
|
|
|
.include <bsd.port.mk>
|