1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/ftp/R-cran-curl/Makefile
TAKATSU Tomonari 77201a9c8f - Update to 3.2
2018-04-10 04:12:51 +00:00

20 lines
385 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= curl
PORTVERSION= 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>