1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/ftp/R-cran-RCurl/Makefile
2018-03-20 05:52:10 +00:00

23 lines
480 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RCurl
DISTVERSION= 1.95-4.10
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= General network client interface for R
LICENSE= BSD3CLAUSE
CRAN_DEPENDS= R-cran-bitops>0:devel/R-cran-bitops
BUILD_DEPENDS= curl-config:ftp/curl \
${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cran:auto-plist,compiles
.include <bsd.port.mk>