aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-test-framework-quickcheck2/Makefile
blob: 34d79f729e18581a0fcee35772d59774a08dc03a (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                      
                 




                                                                  


                                                   


                                                 
# 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.10
PORTREVISION=	2
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.2

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