freebsd-ports/ftp/R-cran-curl/Makefile
2023-06-01 18:55:30 +08:00

17 lines
377 B
Makefile

PORTNAME= curl
PORTVERSION= 5.0.0
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Modern and Flexible Web Client for R
WWW= https://cran.r-project.org/web/packages/curl/
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:ftp/curl
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cran:auto-plist,compiles
.include <bsd.port.mk>