blob: a90ff06da99e95f76552f7cfea52cac839174000 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= webassembly
PORTVERSION= 0.6.1
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= DSL for creating HTML structure straight with Elixir blocks
LICENSE= BSD2CLAUSE
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= herenowcoder
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|