ports/devel/double-conversion/Makefile
Yuri Victorovich 95c4fcea09 devel/double-conversion: Update 3.1.6 -> 3.2.0
Reported by:	portscout
2022-01-14 08:48:12 -08:00

22 lines
419 B
Makefile

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