mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ef8edb9c27
devel/hhdate security/owasp-dependency-check textproc/kiss-templates textproc/py-sphinx-hieroglyph PR: 247788 Submitted by: andreas.sommer87@googlemail.com
35 lines
826 B
Makefile
35 lines
826 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kiss-templates
|
|
PORTVERSION= 0.19
|
|
PORTREVISION= 13
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Type safe "Keep it simple, stupid" text templates for C++
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rbock
|
|
|
|
PLIST_FILES= bin/kiste2cpp \
|
|
include/kiste/cpp.h \
|
|
include/kiste/html.h \
|
|
include/kiste/kiste.h \
|
|
include/kiste/raw.h \
|
|
include/kiste/raw_type.h \
|
|
include/kiste/serializer_builder.h \
|
|
include/kiste/terminal.h
|
|
|
|
OPTIONS_DEFINE= TEST
|
|
TEST_DESC= Build with unit tests
|
|
TEST_BUILD_DEPENDS= boost-libs>=1.55:devel/boost-libs
|
|
TEST_USES= python:2.7,build,test shebangfix
|
|
TEST_TEST_TARGET= test
|
|
SHEBANG_FILES= tests/comparison-based/generate.py tests/differ.py
|
|
|
|
.include <bsd.port.mk>
|