freebsd-ports/textproc/R-cran-stringi/Makefile
TAKATSU Tomonari 085de01cc9 - Add a new port: textproc/R-cran-stringi
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/
2015-05-04 13:26:28 +00:00

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>