mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
14 lines
292 B
Makefile
14 lines
292 B
Makefile
PORTNAME= rprojroot
|
|
DISTVERSION= 2.0.4
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Finding Files in Project Subdirectories
|
|
WWW= https://cran.r-project.org/web/packages/rprojroot/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|