1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/hs-test-framework/Makefile
Gabor Pali 8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00

19 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= test-framework
PORTVERSION= 0.8
PORTREVISION= 7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Framework for running and organising tests, with HUnit and QuickCheck support
LICENSE= BSD
USE_CABAL= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 \
extensible-exceptions>=0.1.1 hostname>=1.0 random>=1.0 \
regex-posix>=0.72 xml>=1.3.5
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>