1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/mstch/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
438 B
Makefile

PORTNAME= mstch
DISTVERSION= 1.0.2-1
DISTVERSIONSUFFIX= -g0fde1cf
PORTREVISION= 3
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>