forked from Lainports/freebsd-ports
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# 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.7
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= QuickCheck2 support for the test-framework package
|
|
|
|
USE_HACKAGE= QuickCheck>=2.1.0.3 test-framework>=0.2.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|