aboutsummaryrefslogtreecommitdiff
path: root/math/hs-math-functions/Makefile
blob: 9088c73eb25a9d169d9d36d5dccf71eb6000df73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	math-functions
PORTVERSION=	0.2.1.0
PORTREVISION=	1
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Special functions and Chebyshev polynomials

LICENSE=	BSD3CLAUSE

USE_CABAL=	primitive vector vector-th-unbox

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