freebsd-ports/devel/rubygem-inflecto/Makefile
Sunpoet Po-Chuan Hsieh 5dab72b590 - Add rubygem-inflecto 0.0.2
This is a standalone inflector ripped out from dm-core The dm-core inflector
originated from extlib The extlib inflecto originated from active_support.

WWW: https://github.com/mbj/inflecto
RG:  https://rubygems.org/gems/inflecto
2014-06-26 11:57:10 +00:00

18 lines
312 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= inflecto
PORTVERSION= 0.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Inflector for strings
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>