23 lines
471 B
Makefile
23 lines
471 B
Makefile
PORTNAME= rust-script
|
|
DISTVERSION= 0.36.0
|
|
PORTREVISION= 2
|
|
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>
|