freebsd-ports/devel/utf8cpp/Makefile
Po-Chuan Hsieh 616e8c13a4
devel/utf8cpp: Update to 3.2.4
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/nemtrif/utfcpp/releases
2023-08-17 03:44:17 +08:00

24 lines
436 B
Makefile

PORTNAME= utf8cpp
PORTVERSION= 3.2.4
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, portable, lightweight library for handling UTF-8 strings
WWW= https://github.com/nemtrif/utfcpp
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
CMAKE_ON= UTF8_INSTALL
CMAKE_OFF= UTF8_SAMPLES UTF8_TESTS
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= nemtrif
GH_PROJECT= utfcpp
.include <bsd.port.mk>