summaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringi/Makefile
blob: affc1f913f6f5820f59a6f78bdc76392b88b45c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	stringi
DISTVERSION=	1.8.7
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Character String Processing Facilities
WWW=		https://cran.r-project.org/package=stringi

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libicui18n.so:devel/icu

USES=		compiler:c++17-lang cran:auto-plist,compiles pkgconfig:build

.include <bsd.port.mk>