ed00ff9b29
Ruby objects with linguistic methods. It includes an English-language module with inflection, pluralisation, conjunctions, indefinite articles, present participles, ordinal numbers, numbers to words, general quantification, integration with WordNet and CMU's LinkGrammar, as well as a framework for providing modules for other languages. WWW: http://deveiate.org/projects/Linguistics/ PR: ports/155701 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# Ports collection makefile for: rubygem-linguistics
|
|
# Date created: 19 Mar 2011
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linguistics
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Framework for extending Ruby objects with linguistic methods
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|