blob: 0aabdd9aa8efbf6c8c70933618939f264d0bf37b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= intx
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= nc@FreeBSD.org
COMMENT= Extended precision integer library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= chfast
CMAKE_OFF= INTX_TESTING
.include <bsd.port.mk>
|