e4e07c3567
2.0.5 (2021-10-07) No release note and here are quote from commit logs: * Add support for ipv4-embedded ipv6. * Add support for additional prefix lengths for ipv4(). * Fix IPv6 zero compression. Per rfc5952 section-4.2.2, do not compress a single zero field. Credit to https://github.com/sftim for pointing this out. * Fix bug with fill() methods.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/11/28 07:59:47 taca Exp $
|
|
|
|
DISTNAME= netaddr-2.0.5
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/dspinhirne/netaddr-rb
|
|
COMMENT= Ruby package for working with network addresses
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|