Files
Yuri Victorovich 82aec1a9f5 devel/double-conversion: update 3.3.0 → 3.3.1
Reported by:	portscout
2025-02-16 22:43:38 -08:00

24 lines
482 B
Makefile

PORTNAME= double-conversion
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
WWW= https://github.com/google/double-conversion
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= google
CMAKE_ON= BUILD_SHARED_LIBS
# tests as of 3.3.1: 100% tests passed, 0 tests failed out of 9
.include <bsd.port.mk>