aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-sys/Makefile
blob: 4aa06bda7bff11a5234d964d499538e5df37c724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	sys
PORTVERSION=	3.4
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Powerful and Reliable Tools for Running System Commands in R
WWW=		https://cran.r-project.org/web/packages/sys/

LICENSE=	MIT

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>