aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-hspec-core/Makefile
blob: 7e93d7d3327211e5ffc0f553cac010cf83d877d9 (plain) (tree)
1
2
3
4
5


                          
                     
                 












                                                                            
# $FreeBSD$

PORTNAME=	hspec-core
PORTVERSION=	2.4.4
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Testing Framework for Haskell

LICENSE=	MIT

USE_CABAL=	ansi-terminal>=0.5 async>=2 hspec-expectations>=0.7.1 \
		HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random setenv \
		tf-random

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>