Update ftp/R-cran-RCurl to version 1.95.4.1
[dports.git] / ftp / R-cran-RCurl / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD: ftp/R-cran-RCurl/Makefile 313607 2013-03-07 20:26:53Z tota $
3
4 PORTNAME=       RCurl
5 DISTVERSION=    1.95-4.1
6 CATEGORIES=     ftp
7 DISTNAME=       ${PORTNAME}_${DISTVERSION}
8
9 MAINTAINER=     tota@FreeBSD.org
10 COMMENT=        General network client interface for R
11
12 LICENSE=        BSD
13
14 BUILD_DEPENDS=  curl-config:${PORTSDIR}/ftp/curl
15 RUN_DEPENDS=    R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops
16 LIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl
17
18 USE_R_MOD=      yes
19 R_MOD_AUTOPLIST=        yes
20
21 .include <bsd.port.mk>