mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
Changelog: https://cran.r-project.org/web/packages/stringi/NEWS Approved by: bofh (implicit), diizzy (implicit)
16 lines
377 B
Makefile
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>
|