diff options
Diffstat (limited to 'devel/cargo-make/Makefile')
-rw-r--r-- | devel/cargo-make/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cargo-make/Makefile b/devel/cargo-make/Makefile new file mode 100644 index 000000000000..b68bb9ba1f6b --- /dev/null +++ b/devel/cargo-make/Makefile @@ -0,0 +1,20 @@ +PORTNAME= cargo-make +DISTVERSION= 0.37.24 +CATEGORIES= devel + +MAINTAINER= cs@FreeBSD.org +COMMENT= Rust task runner and build tool +WWW= https://sagiegurari.github.io/cargo-make/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= sagiegurari + +PLIST_FILES= bin/cargo-make \ + bin/makers + +.include <bsd.port.mk> |