mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9591100a76
- Add LICENSE_FILE - Pass maintainership to submitter PR: 192330 Submitted by: madpilot@FreeBSD.org Approved by: maintainer timeout
23 lines
588 B
Makefile
23 lines
588 B
Makefile
# Created by: Tim Niemueller <tim@niemueller.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaml-cpp
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
|
RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0
|
|
|
|
.include <bsd.port.mk>
|