freebsd-ports/devel/rubygem-instance_storage/Makefile
TAKATSU Tomonari a0b1c2642a - Add new port: devel/rubygem-instance_storage
Manage class instances with dictionary.

  WWW: https://github.com/toshia/instance_storage
2016-01-25 09:58:06 +00:00

20 lines
374 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= instance_storage
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Manage class instances with dictionary
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>