Update ftp/R-cran-RCurl to version 1.95.3_1
[dports.git] / ftp / R-cran-RCurl / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD: ports/ftp/R-cran-RCurl/Makefile,v 1.19 2013/01/04 18:45:33 svnexp Exp $
3
4 PORTNAME=       RCurl
5 DISTVERSION=    1.95-3
6 PORTREVISION=   1
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>