1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/devel/R-cran-rprojroot/Makefile
TAKATSU Tomonari d84d9bd76a - Update to 1.2
2017-05-03 19:08:35 +00:00

21 lines
414 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rprojroot
DISTVERSION= 1.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Finding Files in Project Subdirectories
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-backports>0:math/R-cran-backports
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>