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

PORTNAME=	wl-pprint-text
PORTVERSION=	1.2.0.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

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