1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/libmustache/Makefile
2021-04-06 16:31:07 +02:00

27 lines
482 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= libmustache
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
#MASTER_SITES=
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ implementation of Mustache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libjson-c.so:devel/json-c \
libyaml.so:textproc/libyaml
USES= cmake compiler:c++11-lang localbase
USE_CXXSTD= c++11
GH_ACCOUNT= jbboehr
USE_GITHUB= yes
.include <bsd.port.mk>