freebsd-ports/devel/hs-HUnit/Makefile
Gabor Pali 9504a0ebfb - Update to 1.2.4.2
Obtained from:	FreeBSD Haskell
2012-02-13 04:09:16 +00:00

20 lines
372 B
Makefile

# New ports collection makefile for: hs-HUnit
# Date created: 2010-08-10
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= HUnit
PORTVERSION= 1.2.4.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Unit testing framework for Haskell
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>