summaryrefslogtreecommitdiff
path: root/devel/R-cran-rprojroot/Makefile
blob: e16811c597f65245c75be5098278d7c5c1afb830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	rprojroot
DISTVERSION=	2.1.0
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>