forked from Lainports/freebsd-ports
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
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# 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>
|