aboutsummaryrefslogtreecommitdiffstats
path: root/www/elixir-webassembly/Makefile
blob: 48bb9799d9ef54ff99c707408c3ebfa5d78e1365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   webassembly
PORTVERSION=    0.6.1
DISTVERSIONPREFIX=  v
CATEGORIES= www
PKGNAMEPREFIX=  elixir-

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    DSL for creating HTML structure straight with Elixir blocks.

LICENSE=    BSD2CLAUSE

USES=       elixir
USE_GITHUB= yes
GH_ACCOUNT= herenowcoder

.include <bsd.port.mk>