mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $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>
|