freebsd-ports/textproc/hs-yaml/Makefile
Gabor Pali 994215b6fa - Update to 0.7.0.3
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:15:31 +00:00

21 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.3
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>