13 lines
358 B
Makefile
13 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/05/18 21:33:28 szptvlfn Exp $
|
|
#
|
|
|
|
DISTNAME= double-conversion-0.2.0.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast conversion between double precision floating point and text
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|