freebsd-ports/devel/hs-wl-pprint-text/Makefile
Gleb Popov 7fbb9efab1 Update some hs-* ports that were previously IGNORE'd.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16308
2018-07-29 10:40:28 +00:00

15 lines
297 B
Makefile

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