8b1c971497
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
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= quickcheck-io
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Use HUnit assertions as QuickCheck properties
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= HUnit>=1.2.5 QuickCheck>=2.5.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|