mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add rubygem-netrc.
This is a library for handling netrc files and is a pre-requisite for the Heroku CLI. Reviewed by: swills Approved by: swills
This commit is contained in:
parent
67fdeb4765
commit
d080d285d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353443
@ -1025,6 +1025,7 @@
|
||||
SUBDIR += rubygem-ipaddress
|
||||
SUBDIR += rubygem-iproto
|
||||
SUBDIR += rubygem-macaddr
|
||||
SUBDIR += rubygem-netrc
|
||||
SUBDIR += rubygem-net-ldap
|
||||
SUBDIR += rubygem-net-netrc
|
||||
SUBDIR += rubygem-network_interface
|
||||
|
17
net/rubygem-netrc/Makefile
Normal file
17
net/rubygem-netrc/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netrc
|
||||
PORTVERSION= 0.7.7
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= rpaulo@FreeBSD.org
|
||||
COMMENT= Read and update netrc files
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-netrc/distinfo
Normal file
2
net/rubygem-netrc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/netrc-0.7.7.gem) = 2dabbbc95573f80ff610b136412ad5a1e13fe26cdf4fd7467fbc750d47dac4f8
|
||||
SIZE (rubygem/netrc-0.7.7.gem) = 8192
|
4
net/rubygem-netrc/pkg-descr
Normal file
4
net/rubygem-netrc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This library can read and update netrc files, preserving formatting including
|
||||
comments and whitespace.
|
||||
|
||||
WWW: https://github.com/geemus/netrc
|
Loading…
Reference in New Issue
Block a user