freebsd-ports/textproc/rubygem-whatlanguage/Makefile
Joseph Mingrone 8a4e16c9ca textproc/rubygem-whatlanguage: Natural language detection for text samples
Adding textproc/rubygem-whatlanguage, because it is a dependency for the
upcoming port, net-im/mastodon.

Approved by:	swills (mentor, implicit)
2017-04-26 19:33:45 +00:00

19 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= whatlanguage
PORTVERSION= 1.0.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Natural language detection for text samples
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>