994215b6fa
- Use the new options framework Obtained from: FreeBSD Haskell
21 lines
501 B
Makefile
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>
|