pkgsrc/www/R-curl/Makefile
wen 97f98b5a3a Update to 3.2
Upstream changes:
3.2
 - Windows: Update libcurl to 7.59.0
 - Update curl_symbols dataset to 7.59.0
 - Fix an IDN unit test (malmテカ.se has messed up their SSL cert)
 - Add unit test for multi_fdset
 - Add backport of trimws for R 3.1
2018-12-21 13:04:20 +00:00

16 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.8 2018/12/21 13:04:20 wen Exp $
CATEGORIES= www R
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.2
BUILDLINK_API_DEPENDS.R+= R>=3.0.0
.include "../../math/R/Makefile.extension"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"