diff options
Diffstat (limited to 'math/hs-mwc-random/Makefile')
-rw-r--r-- | math/hs-mwc-random/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile index e4963a3b14c1..aab0d227b488 100644 --- a/math/hs-mwc-random/Makefile +++ b/math/hs-mwc-random/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= mwc-random -PORTVERSION= 0.12.0.1 -PORTREVISION= 6 +PORTVERSION= 0.13.1.2 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, high quality pseudo random number generation +COMMENT= Fast, high-quality pseudo random number generation -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= primitive vector>=0.7 |