Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-hspec-core/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= hspec-core | PORTNAME= hspec-core | ||||
| PORTVERSION= 2.4.4 | PORTVERSION= 2.5.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Testing Framework for Haskell | COMMENT= Testing Framework for Haskell | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USE_CABAL= ansi-terminal>=0.5 async>=2 hspec-expectations>=0.7.1 \ | USE_CABAL= ansi-terminal>=0.5 async>=2 clock hspec-expectations>=0.7.1 \ | ||||
| HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random setenv \ | HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random setenv \ | ||||
| tf-random | tf-random | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||