aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-lazysmallcheck/Makefile
blob: 52766ad9abec3fe035fec6e3f6c5ff16c4f8450d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    hs-lazysmallcheck-ghc
# Date created:             March 11, 2009
# Whom:                 Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   lazysmallcheck
PORTVERSION=    0.5
CATEGORIES= devel haskell
PKGNAMESUFFIX=  -ghc

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

CABAL_SETUP=    Setup.hs

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

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