aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-data-pprint/Makefile
blob: 3b81f37b2d2a8bdaf2cd6ee8868c97b90dfbee5d (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=   2
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>