aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-lazysmallcheck/Makefile
blob: 561edf5c1f8ac563ded68e177ae8a386e05e0633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   lazysmallcheck
PORTVERSION=    0.6
PORTREVISION=   12
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Library for demand-driven testing of Haskell programs

LICENSE=    BSD3CLAUSE

INSTALL_PORTEXAMPLES=   cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}

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