mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
fff1aa535b
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hspec
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Testing Framework for Haskell
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= hspec-core>=2.1.10 hspec-discover>=2.1.10 \
|
|
hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|