mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
8fb04b3989
Obtained from: FreeBSD Haskell
22 lines
501 B
Makefile
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>
|