aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/R-cran-curl/Makefile
blob: 7edb84f06f9cfb3f0422799d50d761af91c28b09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   curl
PORTVERSION=    3.1
PORTREVISION=   1
CATEGORIES= ftp
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Modern and Flexible Web Client for R

LICENSE=    MIT

BUILD_DEPENDS=  ${LOCALBASE}/include/curl/curl.h:ftp/curl
LIB_DEPENDS=    libcurl.so:ftp/curl

USES=   cran:auto-plist,compiles

.include <bsd.port.mk>