aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-scientific/Makefile
blob: 73f2d8f979cd3f2696f43b5dc1e9698b2d3085a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	scientific
PORTVERSION=	0.3.5.1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Numbers represented using scientific notation

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable>=1.1.2 text>=0.8 integer-logarithms vector

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