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

PORTNAME=	ieee754
PORTVERSION=	0.8.0
PORTREVISION=	1
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>