aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/hs-criterion/Makefile
blob: f1a0f1bdfbdafb9b6bc1215777179a4bd7bce386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   criterion
PORTVERSION=    0.6.2.1
PORTREVISION=   4
CATEGORIES= benchmarks haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Robust, reliable performance measurement and analysis

LICENSE=    BSD

USE_CABAL=  aeson>=0.3.2.12 hastache>=0.5.0 mtl>=2 mwc-random>=0.8.0.3 \
        parsec>=3.1.0 statistics>=0.10.0.0 transformers \
        vector>=0.7.1 vector-algorithms>=0.4

INSTALL_PORTEXAMPLES=   \
    cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}

INSTALL_PORTDATA=   ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR}

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>