diff options
author | triaxx <triaxx@pkgsrc.org> | 2021-01-15 23:27:25 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2021-01-15 23:27:25 +0000 |
commit | 25e9624cc7139ea11bdd46f94410b3d3891c31c9 (patch) | |
tree | d7498d11a7def3416358f60b551d73f78957f985 /net | |
parent | 1aa5ded8283f99668eb503078196a4fe820de4a8 (diff) | |
download | pkgsrc-25e9624cc7139ea11bdd46f94410b3d3891c31c9.tar.gz |
Makefile: Add erlang-idna version 6.1.1
erlang-idna is a pure Erlang IDNA implementation that follows the RFC5891. This addition is motivated by the fact it is a dependency for the last releases of erlang-xmpp.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 15daa9ada3d..2bd751fbca3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1373 2021/01/15 00:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.1374 2021/01/15 23:27:25 triaxx Exp $ # COMMENT= Networking tools @@ -131,6 +131,7 @@ SUBDIR+= edonkey2k SUBDIR+= enet SUBDIR+= entropy SUBDIR+= erlang-esip +SUBDIR+= erlang-idna SUBDIR+= erlang-stun SUBDIR+= erlang-xmpp SUBDIR+= ether2dns |