forked from Lainports/opnsense-ports
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= double-conversion
|
|
PORTVERSION= 2.0.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Fast conversion between double-precision floating-point and text
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|