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:
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
22
devel/hs-HUnit/Makefile
Normal 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
2
devel/hs-HUnit/distinfo
Normal 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
4
devel/hs-HUnit/pkg-descr
Normal 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
|
Loading…
Reference in a new issue