blob: 71350eee4e17c24247abf7ef313030ff20e0fc7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= curl
PORTVERSION= 4.3.2
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
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>
|