freebsd-ports/devel/hs-hspec-expectations/Makefile

16 lines
278 B
Makefile

# $FreeBSD$
PORTNAME= hspec-expectations
PORTVERSION= 0.3.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Catchy combinators for HUnit
LICENSE= MIT
USE_CABAL= HUnit
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>