NEW: devel/ruby-base64
This commit is contained in:
parent
fb5a481339
commit
bebc8628c8
4 changed files with 25 additions and 0 deletions
15
devel/ruby-base64/Makefile
Normal file
15
devel/ruby-base64/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
COMMENT= base64 encoder decoder
|
||||||
|
|
||||||
|
DISTNAME= base64-0.1.1
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||||
|
|
||||||
|
# BSD-2-Clause
|
||||||
|
PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= gem
|
||||||
|
|
||||||
|
MODULES= lang/ruby
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/ruby-base64/distinfo
Normal file
2
devel/ruby-base64/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (base64-0.1.1.gem) = DHXTUaQptRdqR2zYo3QM/zJ30rrCalC1x0VsJm6azTM=
|
||||||
|
SIZE (base64-0.1.1.gem) = 7168
|
1
devel/ruby-base64/pkg/DESCR
Normal file
1
devel/ruby-base64/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Support for encoding and decoding binary data using a Base64 representation.
|
7
devel/ruby-base64/pkg/PLIST
Normal file
7
devel/ruby-base64/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/base64.rb
|
||||||
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue