aboutsummaryrefslogtreecommitdiff
path: root/devel/utf8cpp/Makefile
blob: 3b847137a6c22a7b51a18777be731cb84f5f6bb9 (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
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>