Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-wl-pprint-text/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= wl-pprint-text | PORTNAME= wl-pprint-text | ||||
| PORTVERSION= 1.1.1.0 | PORTVERSION= 1.1.1.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= A clone of wl-pprint for use with the text library | COMMENT= A clone of wl-pprint for use with the text library | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= base-compat text | USE_CABAL= base-compat | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||