Upstream changes: ==Version ====1.5.0 ===Changes * fixed bug with EUI48#to_eui64 (credit to Erik Kline) * fixed bug with u/l bit toggle on EUI#link_local (credit to Erik Kline) * added EUI#to_ipv6 * added NetAddr#supernets
15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/04/22 11:42:01 seb Exp $
|
|
|
|
DISTNAME= netaddr-1.5.0
|
|
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://netaddr.rubyforge.org/
|
|
COMMENT= Ruby package for working with network addresses
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|