summaryrefslogtreecommitdiffstats
path: root/devel/hs-smallcheck/Makefile
blob: ef670778910f28907d3b6c88cf1d5171a3b547e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	smallcheck
PORTVERSION=	0.6.2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A property-based testing library

LICENSE=	BSD

CABAL_SETUP=	Setup.hs

USE_CABAL=	dlist>=0.2

INSTALL_PORTEXAMPLES=	@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud