opnsense-ports/devel/hs-test-framework-quickcheck2/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

17 lines
384 B
Makefile

# $FreeBSD$
PORTNAME= test-framework-quickcheck2
PORTVERSION= 0.3.0.3
PORTREVISION= 2
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>