freebsd-ports/devel/rubygem-blankslate/Makefile
Sunpoet Po-Chuan Hsieh b2aaade7a6 - Add rubygem-blankslate 3.1.2
rubygem-blankslate provides a base class where almost all of the methods from
Object and Kernel have been removed. This is useful when providing proxy object
and other classes that make heavy use of method_missing.

WWW: https://github.com/masover/blankslate
RG:  https://rubygems.org/gems/blankslate
2014-05-08 05:14:15 +00:00

18 lines
339 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= blankslate
PORTVERSION= 3.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstract base class with no predefined methods
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>