# ex:ts=8
# Ports collection makefile for:	libyaml
# Date created:			Aug 31, 2006
# Whom:				ijliao
#
# $FreeBSD: ports/textproc/libyaml/Makefile,v 1.1 2006/09/01 09:50:25 ijliao Exp $
#

PORTNAME=	libyaml
PORTVERSION=	0.0.1
CATEGORIES=	textproc
MASTER_SITES=	http://pyyaml.org/download/libyaml/
DISTNAME=	yaml-${PORTVERSION}

MAINTAINER=	ijliao@FreeBSD.org
COMMENT=	A YAML 1.1 parser and emitter written in C

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

PLIST_FILES=	include/yaml.h \
		lib/libyaml-0.so \
		lib/libyaml-0.so.0 \
		lib/libyaml.a \
		lib/libyaml.so

.include <bsd.port.mk>
