freebsd-ports/devel/hs-test-framework-quickcheck2/Makefile
Gabor Pali d2579ee486 - Update textproc/hs-xml to 1.3.9
Obtained from:	FreeBSD Haskell
2011-08-14 14:37:55 +00:00

21 lines
500 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.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>