pkgsrc/textproc/libyaml/Makefile
ahoka 32ae0d878a Import libyaml-0.1.1 as textproc/libyaml.
YAML is a data serialization language which is designed to be both
human readable and computationally powerful.

This C language implementation is developed by Kirill Simonov for Python
Software Foundation as a part of Google Summer of Code under the mentorship
of Clark Evans and released under the MIT license.
2008-10-20 01:10:16 +00:00

17 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/20 01:10:16 ahoka Exp $
#
DISTNAME= yaml-0.1.1
PKGNAME= lib${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://pyyaml.org/wiki/LibYAML
COMMENT= YAML 1.1 parser and emitter written in C
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"