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