dfe25d73e7
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1 Reported by: GitHub (watch releases) PR: 266582 Exp-run by: antoine
17 lines
390 B
Makefile
17 lines
390 B
Makefile
PORTNAME= stringi
|
|
DISTVERSION= 1.7.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@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++11-lang cran:auto-plist,compiles pkgconfig:build
|
|
|
|
.include <bsd.port.mk>
|