aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-ieee754/Makefile
blob: 062c92d94a9bc984e6e2e303c69f13cf2ad79f22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=   ieee754
PORTVERSION=    0.8.0
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Utilities for dealing with IEEE floating point numbers

LICENSE=    BSD3CLAUSE

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>