SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-faraday-net-http/Makefile
Normal file
16
devel/ruby-faraday-net-http/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= faraday adapter
|
||||
|
||||
DISTNAME= faraday-net_http-3.0.2
|
||||
PKGNAME= faraday-net-http-3.0.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= i Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-faraday-net-http/distinfo
Normal file
2
devel/ruby-faraday-net-http/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (faraday-net_http-3.0.2.gem) = aIKSmr7YCU4e4wNEozaehW/jRTAERjDR9lK/cOvYfo0=
|
||||
SIZE (faraday-net_http-3.0.2.gem) = 8192
|
1
devel/ruby-faraday-net-http/pkg/DESCR
Normal file
1
devel/ruby-faraday-net-http/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Faraday adapter for Net::HTTP
|
12
devel/ruby-faraday-net-http/pkg/PLIST
Normal file
12
devel/ruby-faraday-net-http/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/adapter/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/adapter/net_http.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/net_http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/net_http.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faraday/net_http/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue