5dab72b590
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
18 lines
312 B
Makefile
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>
|