freebsd-ports/textproc/hs-csv/Makefile
Ashish SHUKLA 1f79b231d2 This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.

WWW: http://hackage.haskell.org/package/csv

PR:		ports/159689
Submitted by:	Kaspars Bankovskis <kaspars@bankovskis.lv>
2011-09-06 03:13:38 +00:00

22 lines
437 B
Makefile

# 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
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A CSV library for Haskell
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= parsec
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>