freebsd-ports/devel/hs-data-pprint/Makefile

17 lines
313 B
Makefile

# $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>