freebsd-ports/www/R-cran-downloader/Makefile
2023-04-23 09:09:58 +00:00

19 lines
417 B
Makefile

PORTNAME= downloader
PORTVERSION= 0.4
PORTREVISION= 5
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>