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

PORTNAME=   hspec-expectations
PORTVERSION=    0.3.2
PORTREVISION=   2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Catchy combinators for HUnit

LICENSE=    MIT

USE_CABAL=  HUnit

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