Tweak ftp/R-cran-RCurl version 1.95.4.1_4
[dports.git] / ftp / R-cran-RCurl / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD: ftp/R-cran-RCurl/Makefile 335044 2013-11-27 18:56:43Z dbn $
3
4 PORTNAME=       RCurl
5 DISTVERSION=    1.95-4.1
6 PORTREVISION=   4
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 .include <bsd.port.mk>