diff options
Diffstat (limited to 'math/R-zeallot/Makefile')
-rw-r--r-- | math/R-zeallot/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/R-zeallot/Makefile b/math/R-zeallot/Makefile new file mode 100644 index 00000000000..afafa21a168 --- /dev/null +++ b/math/R-zeallot/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:34:58 brook Exp $ + +CATEGORIES= math R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/zeallot/ +COMMENT= Multiple, unpacking, and destructuring assignment +LICENSE= mit + +R_PKGNAME= zeallot +R_PKGVER= 0.1.0 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |