aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-csv/Makefile
blob: b50068667e248beee6855f9db5f01f2aaabd38d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	hs-csv
# Date created:		11 August 2011
# Whom:			Kaspars Bankovskis <kaspars@bankovskis.lv>
#
# $FreeBSD$
#

PORTNAME=	csv
PORTVERSION=	0.1.2
PORTREVISION=	3
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	A CSV library for Haskell

LICENSE=	MIT
FILE_LICENSE=	COPYING

CABAL_SETUP=	Setup.hs
USE_CABAL=	parsec

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