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

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

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

LICENSE=    BSD

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

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