blob: 11ae293d4ed6a2fb2f014e2ead2b767e23cdadae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= ibrowse
PORTVERSION= 4.4.0
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= HTTP client library for Erlang
LICENSE= BSD3CLAUSE LGPL21
LICENSE_COMB= dual
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= cmullaparthi
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|