freebsd-ports/devel/rubygem-storable/Makefile
Sunpoet Po-Chuan Hsieh 66d6dce39f Add LICENSE_FILE
2019-11-13 23:39:53 +00:00

20 lines
364 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>