diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-HUnit/Makefile | 22 | ||||
-rw-r--r-- | devel/hs-HUnit/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-HUnit/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/hs-HUnit/Makefile b/devel/hs-HUnit/Makefile new file mode 100644 index 000000000000..02ac4f8135f2 --- /dev/null +++ b/devel/hs-HUnit/Makefile @@ -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> diff --git a/devel/hs-HUnit/distinfo b/devel/hs-HUnit/distinfo new file mode 100644 index 000000000000..5fb60721c07d --- /dev/null +++ b/devel/hs-HUnit/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/HUnit-1.2.2.3.tar.gz) = bf6bb9b7ec3415c6279af5629fd0f40dd2f67110edea4fdd2a70791280361195 +SIZE (cabal/HUnit-1.2.2.3.tar.gz) = 22665 diff --git a/devel/hs-HUnit/pkg-descr b/devel/hs-HUnit/pkg-descr new file mode 100644 index 000000000000..fb6d374b6fb2 --- /dev/null +++ b/devel/hs-HUnit/pkg-descr @@ -0,0 +1,4 @@ +HUnit is a unit testing framework for Haskell, inspired by the JUnit +tool for Java. + +WWW: http://hunit.sourceforge.net |