ports/devel/rust-script/Makefile
2025-04-08 10:41:13 +02:00

20 lines
383 B
Makefile

PORTNAME= rust-script
DISTVERSION= 0.34.0
PORTREVISION= 11
CATEGORIES= devel
MAINTAINER= pat@patmaddox.com
COMMENT= Run Rust files and expressions as scripts without setup or compilation
WWW= https://github.com/fornwall/rust-script
LICENSE= APACHE20
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= fornwall
GH_PROJECT= rust-script
PLIST_FILES= bin/rust-script
.include <bsd.port.mk>