pkgsrc-wip/yaml-cpp/Makefile
Peter Bex 9c7e668208 Import yaml-cpp-0.5.1 as wip/yaml-cpp.
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
2013-08-19 19:30:55 +00:00

18 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/08/19 19:30:55 airhead Exp $
#
DISTNAME= yaml-cpp-0.5.1
CATEGORIES= textproc
MASTER_SITES= http://yaml-cpp.googlecode.com/files/
MAINTAINER= airhead@users.sf.net
HOMEPAGE= http://code.google.com/p/yaml-cpp/
COMMENT= YAML 1.2 parser and emitter in C++
LICENSE= mit
USE_LIBTOOL= yes
USE_CMAKE= yes
USE_LANGUAGES+= c c++
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"