1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/elixir-webassembly/Makefile
Alexey Dokuchaev 17342290d7 - Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
2016-10-28 16:00:45 +00:00

19 lines
316 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>