353a12b364
Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
18 lines
419 B
Makefile
18 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/15 18:37:18 minskim Exp $
|
|
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/patperry/r-utf8
|
|
COMMENT= Unicode text processing
|
|
LICENSE= apache-2.0
|
|
|
|
R_PKGNAME= utf8
|
|
R_PKGVER= 1.1.3
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=3.1.0
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|