freebsd-ports/devel/hs-hspec/Makefile
Gabor Pali abfc4603a3 - Update to 1.2.0.1
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 02:56:31 +00:00

21 lines
480 B
Makefile

# New ports collection makefile for: hs-hspec
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= hspec
PORTVERSION= 1.2.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Behavior Driven Development for Haskell
LICENSE= BSD
USE_CABAL= ansi-terminal==0.5.5_4 HUnit>=1 QuickCheck>=2.4.0.1 \
silently>=1.1.1 transformers>=0.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>