45b675c5bc
Update to the canonical form of an R package.
16 lines
338 B
Makefile
16 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/08/01 00:57:56 brook Exp $
|
|
|
|
CATEGORIES= textproc R
|
|
|
|
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.4
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|