blob: 0520eb3f5f6e2beab3fa4af507fdd51ab836bcc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|