blob: 58ab183dfccf3c5ceff60463e520c9ea9d55bcb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= phoenix_html
PORTVERSION= 2.11.2
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Functions for working with HTML from Phoenix
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= phoenixframework
MIX_BUILD_DEPS= devel/elixir-plug
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|