1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/math/intx/Makefile
Po-Chuan Hsieh 0ff3acc419
math/intx: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-08-17 02:26:29 +08:00

21 lines
369 B
Makefile

PORTNAME= intx
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.1
CATEGORIES= math
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Extended precision integer library
WWW= https://github.com/chfast/intx
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++20-lang
USE_GITHUB= yes
GH_ACCOUNT= chfast
CMAKE_OFF= INTX_TESTING
NO_ARCH= yes
.include <bsd.port.mk>