opnsense-ports/math/hs-erf/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

15 lines
344 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= erf
PORTVERSION= 2.0.0.0
PORTREVISION= 17
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>