summaryrefslogtreecommitdiff
path: root/textproc/hs-bytestring-csv/Makefile
blob: 79a46ae849eb1639f0d99e55d16829539533c453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Samy Al Bahra <sbahra@kerneled.org>
# $FreeBSD$

PORTNAME=	bytestring-csv
PORTVERSION=	0.1.2
PORTREVISION=	18
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Parse CSV formatted data efficiently with Haskell

LICENSE=	BSD3CLAUSE

USE_CABAL=	dlist
USE_ALEX=	yes

# Force regeneration of the lexer.
post-patch::
	@${RM} -rf ${WRKSRC}/dist

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