mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Add rubygem-storable 0.8.9
Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv). WWW: https://github.com/delano/storable WWW: https://rubygems.org/gems/storable
This commit is contained in:
parent
d9fb5b3dab
commit
228694e1d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285079
@ -3495,6 +3495,7 @@
|
||||
SUBDIR += rubygem-state_machine
|
||||
SUBDIR += rubygem-stemmer
|
||||
SUBDIR += rubygem-stomp
|
||||
SUBDIR += rubygem-storable
|
||||
SUBDIR += rubygem-stream
|
||||
SUBDIR += rubygem-streetaddress
|
||||
SUBDIR += rubygem-stringex
|
||||
|
20
devel/rubygem-storable/Makefile
Normal file
20
devel/rubygem-storable/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: rubygem-storable
|
||||
# Date created: 2011-11-02
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= storable
|
||||
PORTVERSION= 0.8.9
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Marshal Ruby classes into and out of multiple formats
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-storable/distinfo
Normal file
2
devel/rubygem-storable/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/storable-0.8.9.gem) = 6f582cc10c61e33bb8f6cc139347b86f71b3696501cf7fda14dc8f74817b014a
|
||||
SIZE (rubygem/storable-0.8.9.gem) = 16896
|
4
devel/rubygem-storable/pkg-descr
Normal file
4
devel/rubygem-storable/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv).
|
||||
|
||||
WWW: https://github.com/delano/storable
|
||||
WWW: https://rubygems.org/gems/storable
|
Loading…
Reference in New Issue
Block a user