2019-06-17 02:10:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mstch
|
|
|
|
DISTVERSION= 1.0.2-1
|
|
|
|
DISTVERSIONSUFFIX= -g0fde1cf
|
2019-12-11 18:53:48 +01:00
|
|
|
PORTREVISION= 3
|
2019-06-17 02:10:22 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Complete implementation of {{mustache}} templates using modern C++
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
|
|
|
|
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= no1msd
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|