1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/hs-yaml/Makefile
Gabor Pali 8fb04b3989 - Update to 0.7.0.2
Obtained from:	FreeBSD Haskell
2012-06-03 22:36:09 +00:00

22 lines
501 B
Makefile

# New ports collection makefile for: hs-yaml
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yaml
PORTVERSION= 0.7.0.2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Low-level binding to the libyaml C library
LICENSE= BSD
USE_CABAL= aeson>=0.5 attoparsec conduit>=0.4 resourcet>=0.3 text \
transformers>=0.1 unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>