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

18 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= yaml
PORTVERSION= 0.8.13
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.1.0 enclosed-exceptions \
resourcet>=0.3 scientific text unordered-containers vector
EXECUTABLE= json2yaml yaml2json
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>