# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	mustache
PORTVERSION=	0.9.2
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Mustache templating language

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

LIB_DEPENDS=	libmustache.so:devel/libmustache

USES=		compiler:c++11-lang php:pecl

USE_CXXSTD=	c++11

.include <bsd.port.mk>
