diff options
Diffstat (limited to 'math/hs-erf/Makefile')
-rw-r--r-- | math/hs-erf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 823cfa62c92..4ba77423df8 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -7,11 +7,14 @@ PORTNAME= erf PORTVERSION= 1.0.0.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= The error function, erf, and friends for Haskell +LICENSE= BSD + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |