# New ports collection makefile for: hs-test-framework-hunit
# Date created:        May 21, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD: ports/devel/hs-test-framework-hunit/Makefile,v 1.1 2010/05/21 22:00:21 pgj Exp $
#

PORTNAME=	test-framework-hunit
PORTVERSION=	0.2.6
CATEGORIES=	devel haskell

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

USE_HACKAGE=	test-framework>=0.2.0

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