diff options
Diffstat (limited to 'devel/hs-hspec-discover/Makefile')
-rw-r--r-- | devel/hs-hspec-discover/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/hs-hspec-discover/Makefile b/devel/hs-hspec-discover/Makefile new file mode 100644 index 000000000000..93d2f36a834d --- /dev/null +++ b/devel/hs-hspec-discover/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= hspec-discover +PORTVERSION= 2.1.10 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Automatically discover and run Hspec tests + +LICENSE= MIT + +EXECUTABLE= hspec-discover + +OPTIONS_EXCLUDE= DOCS + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |