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

PORTNAME=   wl-pprint-text
PORTVERSION=    1.1.1.1
PORTREVISION=   1
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>