pkgsrc/devel/R-brio/Makefile
mef 5324c94414 devel/R-brio: import R-brio-1.1.0
Functions to handle basic input output, these functions always read
and write UTF-8 (8-bit Unicode Transformation Format) files and
provide more explicit control over line endings.
2020-12-14 03:20:55 +00:00

14 lines
297 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $
R_PKGNAME= brio
R_PKGVER= 1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Basic R Input Output
LICENSE= mit # + file LICENSE
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"