aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-boxes/Makefile
blob: d70b9a6587d856f016a29586b8a55ff7115ffa7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   boxes
PORTVERSION=    0.1.5
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    2D text pretty-printing library

LICENSE=    BSD3CLAUSE

USE_CABAL=  split>=0.2

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>