summaryrefslogtreecommitdiff
path: root/devel/utf8cpp/Makefile
blob: 192b7d75dcd40c5fb714c49ce4763e954b6b21e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Keith Gaughan <k@stereochro.me>

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>