aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-wl-pprint-text/Makefile
blob: ead23629123cdb549a6257076fc0417f961aafe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	wl-pprint-text
PORTVERSION=	1.1.1.0
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A clone of wl-pprint for use with the text library

LICENSE=	BSD3CLAUSE

USE_CABAL=	base-compat text

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