diff options
Diffstat (limited to 'math/R-cran-date/Makefile')
-rw-r--r-- | math/R-cran-date/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-cran-date/Makefile b/math/R-cran-date/Makefile new file mode 100644 index 000000000000..45dd0596bff9 --- /dev/null +++ b/math/R-cran-date/Makefile @@ -0,0 +1,15 @@ +# Created by: Guangyuan Yang <ygy@FreeBSD.org> + +PORTNAME= date +DISTVERSION= 1.2-39 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Functions for Handling Dates + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> |