HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/devel/utf8cpp/Makefile
# 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>