480c577baa
Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479
19 lines
383 B
Makefile
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>
|