freebsd-ports/devel/rubygem-numerizer/Makefile
Matthias Fechner 6b5f6ce08f Undo commit 513431 to not downgrade a port without increasing the portepoch.
The downgraded version is available as port devel/rubygem-numerizer01.

Reported by:	sunpoet
2019-10-15 09:12:55 +00:00

20 lines
343 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>