summaryrefslogtreecommitdiff
path: root/devel/rust-script/Makefile
blob: 77ac4d4ca9887e9ebe1ece57da848cff6c9c3ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>