diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-hspec-expectations | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-hspec-expectations')
-rw-r--r-- | devel/hs-hspec-expectations/Makefile | 15 | ||||
-rw-r--r-- | devel/hs-hspec-expectations/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-hspec-expectations/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/devel/hs-hspec-expectations/Makefile b/devel/hs-hspec-expectations/Makefile new file mode 100644 index 000000000000..a8b9a4e7d8a1 --- /dev/null +++ b/devel/hs-hspec-expectations/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= hspec-expectations +PORTVERSION= 0.3.0.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Catchy combinators for HUnit + +LICENSE= MIT + +USE_CABAL= HUnit + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-hspec-expectations/distinfo b/devel/hs-hspec-expectations/distinfo new file mode 100644 index 000000000000..9f5decfcbd9f --- /dev/null +++ b/devel/hs-hspec-expectations/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/hspec-expectations-0.3.0.3.tar.gz) = e4601065616f67ae345bee79bac883701a6f79772309c535a7a1e5c7aa5becde +SIZE (cabal/hspec-expectations-0.3.0.3.tar.gz) = 3659 diff --git a/devel/hs-hspec-expectations/pkg-descr b/devel/hs-hspec-expectations/pkg-descr new file mode 100644 index 000000000000..25a4e696f718 --- /dev/null +++ b/devel/hs-hspec-expectations/pkg-descr @@ -0,0 +1,3 @@ +Catchy combinators for HUnit. + +WWW: https://github.com/sol/hspec-expectations#readme |