1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/ftp/R-cran-curl/Makefile
2021-06-24 16:32:06 +09:00

19 lines
375 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= curl
PORTVERSION= 4.3.2
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Modern and Flexible Web Client for R
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>