15 lines
297 B
Makefile
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>
|