pkgsrc/textproc/R-utf8/Makefile

19 lines
419 B
Makefile
Raw Normal View History

# $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"