opnsense-ports/math/intx/Makefile
Franco Fichtner 84dfcfe2cf */*: sync with upstream
Taken from: FreeBSD
2023-05-03 08:03:48 +02:00

19 lines
356 B
Makefile

PORTNAME= intx
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
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
.include <bsd.port.mk>