aboutsummaryrefslogtreecommitdiff
path: root/math/intx/Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-01-13 21:15:08 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-01-13 21:16:04 +0000
commit7814e3977811c1a7a30d64d1387c40fdd4a176c1 (patch)
treedad85525eea0ca2bf083f55e8bd7d5bc2a416068 /math/intx/Makefile
parent98f7d7db7e9bd14301b6a481ac477729c0ed6a24 (diff)
downloadports-7814e3977811c1a7a30d64d1387c40fdd4a176c1.tar.gz
ports-7814e3977811c1a7a30d64d1387c40fdd4a176c1.zip
math/intx: New port: Extended precision integer library
Diffstat (limited to 'math/intx/Makefile')
-rw-r--r--math/intx/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/intx/Makefile b/math/intx/Makefile
new file mode 100644
index 000000000000..0aabdd9aa8ef
--- /dev/null
+++ b/math/intx/Makefile
@@ -0,0 +1,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>
+