blob: 924cf6cd8d1024db4122fccbd5eadbc28fcdb317 (
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} -r ${WRKSRC}/dist
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|