Tweak print/jabref version 3.3,1
[dports.git] / textproc / hs-yaml / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       yaml
4 PORTVERSION=    0.8.13
5 CATEGORIES=     textproc haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Support for parsing and rendering YAML documents
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      aeson>=0.5 attoparsec conduit>=1.1.0 enclosed-exceptions \
13                 resourcet>=0.3 scientific text unordered-containers vector
14
15 EXECUTABLE=     json2yaml yaml2json
16
17 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
18 .include <bsd.port.mk>