forked from Lainports/opnsense-ports
17 lines
365 B
Makefile
17 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hspec
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 1
|
|
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>
|