aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-downloader/Makefile
blob: 0b99cc6e92b737a6ddeb728e9ec401dbef757d04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	downloader
PORTVERSION=	0.4
PORTREVISION=	4
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Download Files over HTTP and HTTPS
WWW=		https://cran.r-project.org/web/packages/downloader/

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-digest>0:security/R-cran-digest
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>