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

PORTNAME=	test-framework-quickcheck2
PORTVERSION=	0.3.0.4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	QuickCheck2 support for the test-framework package

LICENSE=	BSD3CLAUSE

USE_CABAL=	extensible-exceptions>=0.1.1 QuickCheck>=2.4 \
		test-framework>=0.7.1

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