aboutsummaryrefslogblamecommitdiff
path: root/math/intx/Makefile
blob: b5250376ab988ce6b5ca63a518f3ece19ea49183 (plain) (tree)
1
2
3
4
5
6
7
8
                    
                         
                      

                    
                                   
                                                  
                                              



                                 
                                         



                            
                   

                      
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>