freebsd-ports/ftp/R-cran-RCurl/Makefile

23 lines
480 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= RCurl
2018-03-20 06:52:10 +01:00
DISTVERSION= 1.95-4.10
CATEGORIES= ftp
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= General network client interface for R
LICENSE= BSD3CLAUSE
2018-03-20 06:52:10 +01:00
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>