diff options
Diffstat (limited to 'devel/R-cran-repr/Makefile')
-rw-r--r-- | devel/R-cran-repr/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/R-cran-repr/Makefile b/devel/R-cran-repr/Makefile new file mode 100644 index 000000000000..02b11ff1dc55 --- /dev/null +++ b/devel/R-cran-repr/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= repr +PORTVERSION= 0.12.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Serializable Reprensentations + +LICENSE= GPLv3 + +USES= cran:auto-plist + +.include <bsd.port.mk> |