1f79b231d2
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>
22 lines
437 B
Makefile
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>
|