freebsd-ports/www/R-cran-downloader/Makefile

19 lines
359 B
Makefile
Raw Normal View History

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>