aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-test-framework-quickcheck2/Makefile
blob: 91d30f2aa366804918593871c02c90576f96148b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-test-framework-quickcheck2
# Date created:        May 21, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	test-framework-quickcheck2
PORTVERSION=	0.2.12.2
PORTREVISION=	1
CATEGORIES=	devel haskell

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

LICENSE=	BSD

USE_CABAL=	QuickCheck>=2.4 test-framework>=0.6

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