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

PORTNAME=   hspec
PORTVERSION=    2.1.10
CATEGORIES= devel haskell

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

LICENSE=    MIT

USE_CABAL=  hspec-core>=2.1.10 hspec-discover>=2.1.10 \
        hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1

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