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

PORTNAME=   hspec
PORTVERSION=    1.5.4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Behavior-Driven Development for Haskell

LICENSE=    BSD

USE_CABAL=  ansi-terminal>=0.5 hspec-expectations HUnit>=1.2.5 \
        QuickCheck>=2.5.1 quickcheck-io random setenv \
        transformers>=0.2.2.0

EXECUTABLE= hspec-discover

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