diff options
Diffstat (limited to 'math/R-cran-assertthat/Makefile')
-rw-r--r-- | math/R-cran-assertthat/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/R-cran-assertthat/Makefile b/math/R-cran-assertthat/Makefile new file mode 100644 index 000000000000..569b909dcb32 --- /dev/null +++ b/math/R-cran-assertthat/Makefile @@ -0,0 +1,16 @@ +# Created by: Wen Heping <wen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= assertthat +DISTVERSION= 0.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Easy pre and post assertions + +LICENSE= GPLv3 + +USES= cran:auto-plist + +.include <bsd.port.mk> |