freebsd-ports/devel/utf8cpp/Makefile
Daniel Engberg 457cf2fb6c devel/utf8cpp: Update to 3.2.2
Changelog: https://github.com/nemtrif/utfcpp/releases/tag/v3.2.2

PR:		267592
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-11-24 09:22:59 +01:00

28 lines
621 B
Makefile

PORTNAME= utf8cpp
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.2
CATEGORIES= devel
MAINTAINER= k@stereochro.me
COMMENT= Simple, portable, lightweight library for handling UTF-8 strings
WWW= https://github.com/nemtrif/utfcpp
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= nemtrif
GH_PROJECT= utfcpp
NO_ARCH= yes
PLIST_FILES= include/utf8cpp/utf8.h \
include/utf8cpp/utf8/checked.h \
include/utf8cpp/utf8/core.h \
include/utf8cpp/utf8/cpp11.h \
include/utf8cpp/utf8/cpp17.h \
include/utf8cpp/utf8/unchecked.h \
lib/cmake/utf8cpp/utf8cppConfig.cmake
.include <bsd.port.mk>