opnsense-ports/devel/hs-hspec/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

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>