diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
commit | 46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch) | |
tree | a34afe36b374e7894e236fb8cee020928d36c967 /benchmarks | |
parent | be44ec14c77de91f8ac86e25372545e0e39e9bcb (diff) | |
download | ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.tar.gz ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 55de48e0b3f2..bc45ccc5097d 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -7,6 +7,7 @@ PORTNAME= criterion PORTVERSION= 0.6.0.1 +PORTREVISION= 1 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org @@ -14,9 +15,9 @@ COMMENT= Robust, reliable performance measurement and analysis LICENSE= BSD -USE_CABAL= aeson>=0.3.2.12 deepseq>=1.1.0.0 hastache>=0.1.5 mtl>=2 \ - mwc-random>=0.8.0.3 parsec>=3.1.0 statistics>=0.10.0.0 \ - vector>=0.7.1 vector-algorithms>=0.4 +USE_CABAL= aeson>=0.3.2.12 hastache>=0.1.5 mtl>=2 mwc-random>=0.8.0.3 \ + parsec>=3.1.0 statistics>=0.10.0.0 vector>=0.7.1 \ + vector-algorithms>=0.4 INSTALL_PORTEXAMPLES= \ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} |