freebsd-ports/textproc/R-cran-formatR/Makefile
2021-06-03 02:26:49 +09:00

15 lines
276 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= formatR
DISTVERSION= 1.11
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Format R Code Automatically
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>