diff options
Diffstat (limited to 'www/elixir-webassembly/Makefile')
| -rw-r--r-- | www/elixir-webassembly/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/elixir-webassembly/Makefile b/www/elixir-webassembly/Makefile new file mode 100644 index 000000000000..2da5265a1830 --- /dev/null +++ b/www/elixir-webassembly/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= webassembly +PORTVERSION= 0.5.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= DSL for creating HTML structure straight with Elixir blocks. + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= herenowcoder + +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" +.include <bsd.port.mk> |
