mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
14 lines
281 B
Makefile
14 lines
281 B
Makefile
PORTNAME= formatR
|
|
DISTVERSION= 1.14
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Format R Code Automatically
|
|
WWW= https://cran.r-project.org/web/packages/formatR/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|