19 lines
315 B
Makefile
19 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ibrowse
|
|
PORTVERSION= 4.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= HTTP client library for Erlang
|
|
|
|
LICENSE= BSD3CLAUSE LGPL21
|
|
LICENSE_COMB= dual
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cmullaparthi
|
|
|
|
.include <bsd.port.mk>
|