opnsense-ports/devel/hs-test-framework-quickcheck2/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

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>