16 lines
358 B
Makefile
16 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.21 2020/07/31 18:45:52 brook Exp $
|
|
|
|
R_PKGNAME= curl
|
|
R_PKGVER= 4.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Modern and flexible web client for R
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|