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

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Character String Processing Facilities
WWW=		http://www.gagolewski.com/software/stringi/

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libicui18n.so:devel/icu

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

.include <bsd.port.mk>