blob: 504683701fe8e35b78ed4973c857d913ff21dc93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= combine
PORTVERSION= 0.10.0
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Parser combinator library for Elixir
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= bitwalker
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|