ports/misc/rustlings/Makefile
2025-12-16 13:12:31 +01:00

21 lines
386 B
Makefile

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