# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: head/math/hs-erf/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	erf
PORTVERSION=	2.0.0.0
PORTREVISION=	15
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	The error function, erf, and friends for Haskell

LICENSE=	BSD3CLAUSE

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