aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-storable/Makefile
blob: c9bba2c2003b93aee7edc0759ded1c86bddd7c50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	storable
PORTVERSION=	0.10.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Marshal Ruby classes into and out of multiple formats
WWW=		https://github.com/delano/storable

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>