Prune x11/xpra
[dports.git] / devel / hs-prettyclass / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       prettyclass
4 PORTVERSION=    1.0.0.0
5 PORTREVISION=   5
6 CATEGORIES=     devel haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Pretty printing class similar to Show
10
11 LICENSE=        BSD3CLAUSE
12
13 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
14 .include <bsd.port.mk>