diff options
Diffstat (limited to 'textproc/grass/Makefile')
-rw-r--r-- | textproc/grass/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/grass/Makefile b/textproc/grass/Makefile new file mode 100644 index 000000000000..f3074282e273 --- /dev/null +++ b/textproc/grass/Makefile @@ -0,0 +1,21 @@ +PORTNAME= grass +DISTVERSION= 0.13.4 +CATEGORIES= textproc + +MAINTAINER= vishwin@FreeBSD.org +COMMENT= A Sass compiler written purely in Rust +WWW= https://github.com/${GH_ACCOUNT}/${GH_PROJECT} + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo +CARGO_INSTALL_PATH= crates/lib + +USE_GITHUB= yes +GH_ACCOUNT= connorskees +GH_TUPLE= sass:sass-spec:f726527:sass_spec/sass-spec + +PLIST_FILES= bin/grass + +.include <bsd.port.mk> |