aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-test-framework-hunit/Makefile
blob: c6ed7562c63f5a4216ee7aa7dba5182498cf4aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

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

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	extensible-exceptions HUnit test-framework

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