pkgsrc/www/R-curl/Makefile
minskim 83ee17b859 www/R-curl: Update to 3.1
Changes:

 - Fix potential memory bug in curl() when doubling the buffer is
   insufficient.
 - Added unit test for curl_echo() to post large multipart data.
 - Fix IDN unit test error "string has forbidden bi-directional
   properties"
2018-02-02 00:25:41 +00:00

17 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/02/02 00:25:41 minskim Exp $
CATEGORIES= www R
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/curl/
COMMENT= Modern and flexible web client for R
LICENSE= mit
R_PKGNAME= curl
R_PKGVER= 3.1
BUILDLINK_API_DEPENDS.R+= R>=3.0.0
.include "../../math/R/Makefile.extension"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"