summaryrefslogtreecommitdiff
path: root/misc/rustlings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rustlings/Makefile')
-rw-r--r--misc/rustlings/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/rustlings/Makefile b/misc/rustlings/Makefile
new file mode 100644
index 000000000000..e8a779cf9d26
--- /dev/null
+++ b/misc/rustlings/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= rustlings
+DISTVERSIONPREFIX= v
+DISTVERSION= 6.5.0
+CATEGORIES= misc
+
+MAINTAINER= adamw@FreeBSD.org
+COMMENT= Small exercises to get you used to reading and writing Rust code
+WWW= https://rustlings.rust-lang.org
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cargo
+USE_GITHUB= yes
+GH_ACCOUNT= rust-lang
+
+PLIST_FILES= bin/rustlings
+
+.include <bsd.port.mk>