freebsd-ports/math/intx/Makefile
Alex Kozlov 3fcd6b0318 Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr blanket
2023-01-17 05:27:03 +00:00

19 lines
335 B
Makefile

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>