pkgsrc/devel/R-glue/Makefile
minskim f04fb524f2 devel/R-glue: Import version 1.2.0
An implementation of interpreted string literals, inspired by Python's
Literal String Interpolation and Docstrings, and Julia's Triple-Quoted
String Literals.
2018-05-18 01:00:59 +00:00

15 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/05/18 01:00:59 minskim Exp $
DISTNAME= glue_1.2.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/tidyverse/glue
COMMENT= Interpreted String Literals
LICENSE= mit
USE_LANGUAGES= c
BUILDLINK_API_DEPENDS.R+= R>=3.1
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"