forked from Lainports/opnsense-ports
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= test-framework-quickcheck2
|
|
PORTVERSION= 0.3.0.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= QuickCheck2 support for the test-framework package
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= extensible-exceptions>=0.1.1 QuickCheck>=2.4 \
|
|
test-framework>=0.7.1
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|