Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
7d0b5447
Commit
7d0b5447
authored
Oct 27, 2015
by
olgeni
Browse files
Add devel/erlang-certifi, a CA bundle for Erlang applications.
parent
4ca503ab
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
7d0b5447
...
...
@@ -455,6 +455,7 @@
SUBDIR
+=
eris
SUBDIR
+=
erlang-bbmustache
SUBDIR
+=
erlang-bear
SUBDIR
+=
erlang-certifi
SUBDIR
+=
erlang-clique
SUBDIR
+=
erlang-common_lib
SUBDIR
+=
erlang-cuttlefish
...
...
devel/erlang-certifi/Makefile
0 → 100644
View file @
7d0b5447
# $FreeBSD$
PORTNAME
=
erlang-certifi
PORTVERSION
=
0.1.1
CATEGORIES
=
devel
MAINTAINER
=
olgeni@FreeBSD.org
COMMENT
=
CA bundle
for
Erlang applications
LICENSE
=
BSD3CLAUSE
USES
=
erlang:rebar3
USE_GITHUB
=
yes
GH_ACCOUNT
=
certifi
ERL_APP_NAME
=
certifi
.
include
<bsd.port.mk>
devel/erlang-certifi/distinfo
0 → 100644
View file @
7d0b5447
SHA256 (certifi-erlang-certifi-0.1.1_GH0.tar.gz) = a8abd4a2e241deaad551f523dbc2d8681e76217502d82320de800656ae3c553d
SIZE (certifi-erlang-certifi-0.1.1_GH0.tar.gz) = 316422
devel/erlang-certifi/pkg-descr
0 → 100644
View file @
7d0b5447
This Erlang library contains a CA bundle that you can reference in
your Erlang application. This is useful for systems that do not
have CA bundles that Erlang can find itself, or where a uniform set
of CAs is valuable.
WWW: https://github.com/certifi/erlang-certifi
devel/erlang-certifi/pkg-plist
0 → 100644
View file @
7d0b5447
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.app
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.beam
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi_pemcerts.beam
lib/erlang/lib/certifi-%%VERSION%%/priv/cacerts.pem
lib/erlang/lib/certifi-%%VERSION%%/src/certifi.app.src
lib/erlang/lib/certifi-%%VERSION%%/src/certifi.erl
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_pemcerts.erl
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_pemcerts.erl.src
%%PORTDOCS%%%%DOCSDIR%%/README.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment