HUnit is a unit testing framework for Haskell, inspired by the JUnit

tool for Java.

WWW:	http://hunit.sourceforge.net

Approved by:	pgj (mentor)
Obtained from:	FreeBSD Haskell
This commit is contained in:
Ashish SHUKLA 2011-05-08 19:03:47 +00:00
parent fa6f099adb
commit 2090280335
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273799
3 changed files with 28 additions and 0 deletions

22
devel/hs-HUnit/Makefile Normal file
View File

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

2
devel/hs-HUnit/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/HUnit-1.2.2.3.tar.gz) = bf6bb9b7ec3415c6279af5629fd0f40dd2f67110edea4fdd2a70791280361195
SIZE (cabal/HUnit-1.2.2.3.tar.gz) = 22665

4
devel/hs-HUnit/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
HUnit is a unit testing framework for Haskell, inspired by the JUnit
tool for Java.
WWW: http://hunit.sourceforge.net