diff options
Diffstat (limited to 'math/R-cran-backports/Makefile')
-rw-r--r-- | math/R-cran-backports/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/R-cran-backports/Makefile b/math/R-cran-backports/Makefile new file mode 100644 index 000000000000..db22981f04d6 --- /dev/null +++ b/math/R-cran-backports/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= backports +PORTVERSION= 1.0.4 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Reimplementations of Functions Introduced Since R-3.0.0 + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include <bsd.port.mk> |