freebsd-ports/devel/rubygem-numerizer/Makefile
Torsten Zuehlsdorff 2c0e695de1 New port: devel/rubygem-numerizer
Numerizer is a gem to help with parsing numbers in natural language
from strings (ex forty two).

WWW: https://github.com/jduff/numerizer

Approved by: pi (mentor)
2016-07-27 10:57:18 +00:00

19 lines
342 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= numerizer
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse numbers in natural language from strings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>