# Created by: Keith Gaughan <k@stereochro.me>
# $FreeBSD$

PORTNAME=	utf8cpp
PORTVERSION=	3.1.2
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	k@stereochro.me
COMMENT=	Simple, portable, lightweight library for handling UTF-8 strings

LICENSE=	BSL

USES=		cmake
USE_GITHUB=	yes
GH_ACCOUNT=	nemtrif
GH_PROJECT=	utfcpp

PLIST_FILES=	include/utf8cpp/utf8.h \
		include/utf8cpp/utf8/checked.h \
		include/utf8cpp/utf8/core.h \
		include/utf8cpp/utf8/cpp11.h \
		include/utf8cpp/utf8/unchecked.h \
		lib/cmake/utf8cpp/utf8cppConfig.cmake

.include <bsd.port.mk>
