Files
ports/misc/rustlings/Makefile
T
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00

21 lines
386 B
Makefile

PORTNAME= rustlings
DISTVERSIONPREFIX= v
DISTVERSION= 6.5.0
PORTREVISION= 5
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>