forked from Lainports/freebsd-ports
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= test-framework
|
|
PORTVERSION= 0.8.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Framework for running and organising tests, with HUnit and QuickCheck support
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.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>
|