PORTNAME=	intx
PORTVERSION=	0.8.0
DISTVERSIONPREFIX=	v
CATEGORIES=	math

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extended precision integer library
WWW=		https://github.com/chfast/intx

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake
USE_GITHUB=	yes
GH_ACCOUNT=	chfast

CMAKE_OFF=	INTX_TESTING

.include <bsd.port.mk>

