17 lines
319 B
Makefile
17 lines
319 B
Makefile
PORTNAME= storable
|
|
PORTVERSION= 0.8.9
|
|
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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|