diff options
Diffstat (limited to 'misc/rustlings/Makefile')
| -rw-r--r-- | misc/rustlings/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/rustlings/Makefile b/misc/rustlings/Makefile new file mode 100644 index 000000000000..6ff9f112e89f --- /dev/null +++ b/misc/rustlings/Makefile @@ -0,0 +1,20 @@ +PORTNAME= rustlings +DISTVERSIONPREFIX= v +DISTVERSION= 6.5.0 +PORTREVISION= 1 +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> |
