forked from Lainports/freebsd-ports
stringi (pronounced "stringy") is THE R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers. WWW: http://www.rexamine.com/resources/stringi/
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stringi
|
|
DISTVERSION= 0.4-1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Character String Processing Facilities
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|