mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c833b13462
Since all supported versions of FreeBSD now have libc++ and libcxxrt in the base system, and these ports were outdated, remove them, and update any ports that still depended on them: * graphics/gnash * textproc/hs-double-conversion * x11-toolkits/hs-wxc * math/parmetis Approved by: portmgr (antoine) Exp-run by: antoine PR: 217257 MFH: 2017Q1
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= double-conversion
|
|
PORTVERSION= 2.0.1.0
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Fast conversion between double-precision floating-point and text
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= text>=0.11.0.8
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
|
|
.if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG}
|
|
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-double-conversion.cabal
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|