freebsd-ports/devel/R-cran-rprojroot/Makefile
TAKATSU Tomonari d1214ae65f - Add new port: devel/R-cran-rprojroot
Robust, reliable and flexible paths to files below a project root.
  The 'root' of a project is defined as a directory that matches a
  certain criterion, e.g., it contains a certain regular file.

  WWW: https://cran.r-project.org/web/packages/rprojroot/
2016-12-17 10:54:56 +00:00

20 lines
414 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rprojroot
DISTVERSION= 1.1
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>