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

PORTNAME=	test-framework-quickcheck2
PORTVERSION=	0.3.0.3
PORTREVISION=	1
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>
OpenPOWER on IntegriCloud