mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
net/rubygem-ipaddr: Add rubygem-ipaddr 1.2.3
IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported. WWW: https://github.com/ruby/ipaddr
This commit is contained in:
parent
2bad89b9d2
commit
34d2d1f656
@ -1299,6 +1299,7 @@
|
||||
SUBDIR += rubygem-http-parser
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
SUBDIR += rubygem-httpauth
|
||||
SUBDIR += rubygem-ipaddr
|
||||
SUBDIR += rubygem-ipaddress
|
||||
SUBDIR += rubygem-iproto
|
||||
SUBDIR += rubygem-kas-grpc
|
||||
|
20
net/rubygem-ipaddr/Makefile
Normal file
20
net/rubygem-ipaddr/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= ipaddr
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Set of methods to manipulate an IP address
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-ipaddr/distinfo
Normal file
3
net/rubygem-ipaddr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1635181003
|
||||
SHA256 (rubygem/ipaddr-1.2.3.gem) = 62957d6cbec2d42c8351eaa94dd16f79e4728bbf83d8c05e443954e8e38d4c68
|
||||
SIZE (rubygem/ipaddr-1.2.3.gem) = 11776
|
4
net/rubygem-ipaddr/pkg-descr
Normal file
4
net/rubygem-ipaddr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6
|
||||
are supported.
|
||||
|
||||
WWW: https://github.com/ruby/ipaddr
|
Loading…
Reference in New Issue
Block a user