opnsense-ports/math/libdivide/Makefile
Franco Fichtner bb5eb57737 */*: sync with upstream
Taken from: FreeBSD
2021-11-29 13:26:28 +01:00

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>