aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-mustache/Makefile
blob: bf8d122ba7645f2f7c4b527af31924ba8b7d3a8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>