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