mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/gitlab: added new required ports
copied from net/rubygem-uri
This commit is contained in:
parent
d6841b5aaf
commit
0cb95b85d9
4 changed files with 25 additions and 0 deletions
|
@ -1470,6 +1470,7 @@
|
||||||
SUBDIR += rubygem-twitter4r
|
SUBDIR += rubygem-twitter4r
|
||||||
SUBDIR += rubygem-u2f
|
SUBDIR += rubygem-u2f
|
||||||
SUBDIR += rubygem-uri
|
SUBDIR += rubygem-uri
|
||||||
|
SUBDIR += rubygem-uri-gitlab
|
||||||
SUBDIR += rubygem-uri-redis
|
SUBDIR += rubygem-uri-redis
|
||||||
SUBDIR += rubygem-uri_template
|
SUBDIR += rubygem-uri_template
|
||||||
SUBDIR += rubygem-whois
|
SUBDIR += rubygem-whois
|
||||||
|
|
19
net/rubygem-uri-gitlab/Makefile
Normal file
19
net/rubygem-uri-gitlab/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
PORTNAME= uri
|
||||||
|
PORTVERSION= 0.13.0
|
||||||
|
CATEGORIES= net rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= -gitlab
|
||||||
|
|
||||||
|
MAINTAINER= mfechner@FreeBSD.org
|
||||||
|
COMMENT= Provide classes to handle Uniform Resource Identifiers
|
||||||
|
WWW= https://github.com/ruby/uri
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE RUBY
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/rubygem-uri-gitlab/distinfo
Normal file
3
net/rubygem-uri-gitlab/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1737006599
|
||||||
|
SHA256 (rubygem/uri-0.13.0.gem) = 26553c2a9399762e1e8bebd4444b4361c4b21298cf1c864b22eeabc9c4998f24
|
||||||
|
SIZE (rubygem/uri-0.13.0.gem) = 37888
|
2
net/rubygem-uri-gitlab/pkg-descr
Normal file
2
net/rubygem-uri-gitlab/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
URI is a module providing classes to handle Uniform Resource Identifiers (RFC
|
||||||
|
2396).
|
Loading…
Add table
Reference in a new issue