fff20f5bd4
ipaddress 0.8.2 CHANGED merged bundler branch to cleanup gemspec and Rakefiles FIXED IPAddress::IPv4.split handling (Issue #40) NEW Added #[]= method to IPv4/6 classes to add octet writing support. (Issue #24) NEW IPV4#multicast? NEW IPV4#loopback? NEW IPV4#to()
12 lines
335 B
Makefile
12 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/03/15 14:45:40 taca Exp $
|
|
|
|
DISTNAME= ipaddress-0.8.3
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bluemonk/ipaddress
|
|
COMMENT= Library to handle IP addresses in a modern and productive way
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|