aboutsummaryrefslogblamecommitdiff
path: root/textproc/hs-cassava/Makefile
blob: 5a7f25e289250909f825997ed71011d0f4fbeed3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                
# $FreeBSD$

PORTNAME=	cassava
PORTVERSION=	0.4.3.1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	CSV parsing and encoding library

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec>=0.10.2 blaze-builder hashable text \
		unordered-containers vector

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