freebsd-ports/www/R-cran-downloader/Makefile
2021-04-06 16:31:07 +02:00

20 lines
410 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= downloader
PORTVERSION= 0.4
PORTREVISION= 4
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Download Files over HTTP and HTTPS
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>