blob: 21579fa1705e25ce838aded35aa3e6c3801e78b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= rust-script
DISTVERSION= 0.36.0
PORTREVISION= 1
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 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= fornwall
PLIST_FILES= bin/rust-script
.include <bsd.port.mk>
|