aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringi/Makefile
blob: 653ded529ffcf2b9d71f84580ce9faaab2e32c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	stringi
DISTVERSION=	1.2.4
PORTREVISION=	2
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Character String Processing Facilities

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libicui18n.so:devel/icu

USES=	cran:auto-plist,compiles pkgconfig:build

.include <bsd.port.mk>