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

PORTNAME=   ieee754
PORTVERSION=    0.7.3
PORTREVISION=   2
CATEGORIES= math haskell

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

LICENSE=    BSD

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