freebsd-ports/devel/hs-test-framework-quickcheck2/Makefile
Gabor Pali a235f153d1 - Update to 0.2.12
Obtained from:	FreeBSD Haskell
2012-02-13 04:48:47 +00:00

20 lines
486 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.12
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.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>