freebsd-ports/devel/double-conversion/Makefile
2021-04-06 16:31:07 +02:00

22 lines
442 B
Makefile

# Created by: Waitman Gobble <waitman@waitman.net>
PORTNAME= double-conversion
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.5-19
DISTVERSIONSUFFIX= -gf4cb238
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>