ports/textproc/R-cran-stringi/Makefile
Zsolt Udvari d895935b8f textproc/R-cran-stringi: update to 1.8.4
Changelog: https://cran.r-project.org/web/packages/stringi/NEWS

Approved by:	bofh (implicit), diizzy (implicit)
2024-06-02 20:19:30 +02:00

16 lines
377 B
Makefile

PORTNAME= stringi
DISTVERSION= 1.8.4
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>