opnsense-ports/textproc/hs-cassava/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

16 lines
342 B
Makefile

# $FreeBSD$
PORTNAME= cassava
PORTVERSION= 0.4.3.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= CSV parsing and encoding library
LICENSE= BSD3CLAUSE
USE_CABAL= attoparsec>=0.10.2 blaze-builder hashable text \
unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>