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

PORTNAME=   data-pprint
PORTVERSION=    0.2.1.4
PORTREVISION=   3
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Prettyprint and compare Data values

LICENSE=    BSD

USE_CABAL=  mtl>=2.0 parallel>=3.1

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