mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add rubygem-uri 0.10.0
URI is a module providing classes to handle Uniform Resource Identifiers (RFC 2396). WWW: https://github.com/ruby/uri
This commit is contained in:
parent
710eb39081
commit
6652dfc0ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535387
@ -1331,6 +1331,7 @@
|
||||
SUBDIR += rubygem-twitter4r
|
||||
SUBDIR += rubygem-u2f
|
||||
SUBDIR += rubygem-u2f0
|
||||
SUBDIR += rubygem-uri
|
||||
SUBDIR += rubygem-uri-redis
|
||||
SUBDIR += rubygem-whois
|
||||
SUBDIR += rubygem-xmlrpc
|
||||
|
20
net/rubygem-uri/Makefile
Normal file
20
net/rubygem-uri/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uri
|
||||
PORTVERSION= 0.10.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Provide classes to handle Uniform Resource Identifiers
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-uri/distinfo
Normal file
3
net/rubygem-uri/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1588336782
|
||||
SHA256 (rubygem/uri-0.10.0.gem) = 5c90e6d9ed49f809588bdd1f7fc398c9ced31a7d6e75c482edf5614472aec74a
|
||||
SIZE (rubygem/uri-0.10.0.gem) = 33792
|
4
net/rubygem-uri/pkg-descr
Normal file
4
net/rubygem-uri/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
URI is a module providing classes to handle Uniform Resource Identifiers (RFC
|
||||
2396).
|
||||
|
||||
WWW: https://github.com/ruby/uri
|
Loading…
Reference in New Issue
Block a user