diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /math/hs-erf/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'math/hs-erf/Makefile')
-rw-r--r-- | math/hs-erf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 9f4a8c4d2590..627d6b3532a7 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -3,13 +3,13 @@ PORTNAME= erf PORTVERSION= 2.0.0.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= The error function, erf, and friends for Haskell -LICENSE= BSD +LICENSE= BSD3CLAUSE .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |