aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-yaml/Makefile
blob: 7bc6de31b275eb87761f46d385586415c677fe76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   yaml
PORTVERSION=    0.8.8.4
PORTREVISION=   1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Support for parsing and rendering YAML documents

LICENSE=    BSD3CLAUSE

USE_CABAL=  aeson>=0.5 attoparsec conduit>=1.0.11 resourcet>=0.3 \
        scientific text unordered-containers vector

EXECUTABLE= yaml2json json2yaml

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