aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-HUnit/Makefile
blob: cdd0bf1dd4e347608c33094f49b6e05c35d0e89b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   HUnit
PORTVERSION=    1.2.5.2
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Unit testing framework for Haskell

LICENSE=    BSD

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