diff options
Diffstat (limited to 'textproc/R-cran-brew/Makefile')
-rw-r--r-- | textproc/R-cran-brew/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/R-cran-brew/Makefile b/textproc/R-cran-brew/Makefile new file mode 100644 index 000000000000..8d04187896cf --- /dev/null +++ b/textproc/R-cran-brew/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= brew +DISTVERSION= 1.0-6 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Templating Framework for Report Generation + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> |