freebsd-ports/textproc/R-cran-stringi/Makefile
2019-03-27 21:11:08 +00:00

19 lines
383 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= stringi
DISTVERSION= 1.2.4
PORTREVISION= 3
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>