aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-test-framework/Makefile
blob: 050b169447520ab2c423fe00d44f3c4a2092efd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	test-framework
PORTVERSION=	0.8
PORTREVISION=	3
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Framework for running and organising tests, with HUnit and QuickCheck support

LICENSE=	BSD

USE_CABAL=	ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 \
		extensible-exceptions>=0.1.1 hostname>=1.0 random>=1.0 \
		regex-posix>=0.72 xml>=1.3.5

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