freebsd-ports/math/intx/Makefile

20 lines
335 B
Makefile
Raw Normal View History

PORTNAME= intx
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.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
USE_GITHUB= yes
GH_ACCOUNT= chfast
CMAKE_OFF= INTX_TESTING
.include <bsd.port.mk>