aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hspec-core/Makefile
blob: 891cd2575c2a918055e2c5939de9d448c9a03c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   hspec-core
PORTVERSION=    2.4.4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Testing Framework for Haskell

LICENSE=    MIT

USE_CABAL=  ansi-terminal>=0.5 async>=2 hspec-expectations>=0.7.1 \
        HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random setenv \
        tf-random

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