diff options
Diffstat (limited to 'math/hs-statistics/Makefile')
-rw-r--r-- | math/hs-statistics/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 985dc499bb6d..70a67c4dee13 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -2,18 +2,16 @@ # $FreeBSD$ PORTNAME= statistics -PORTVERSION= 0.10.2.0 -PORTREVISION= 2 +PORTVERSION= 0.10.3.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= A library of statistical types, data, and functions +COMMENT= Library of statistical types, data, and functions LICENSE= BSD -USE_CABAL= erf math-functions>=0.1.1 monad-par>=0.1.0.1 \ - mwc-random>=0.11.0.0 primitive>=0.3 vector>=0.7.1 \ - vector-algorithms>=0.4 +USE_CABAL= erf math-functions>=0.1.2 monad-par>=0.3.4 mwc-random>=0.11.0.0 \ + primitive>=0.3 vector>=0.7.1 vector-algorithms>=0.4 INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} |