opnsense-ports/textproc/R-cran-stringi/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

19 lines
383 B
Makefile

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