summaryrefslogtreecommitdiff
path: root/textproc/rubygem-whatlanguage/Makefile
blob: 24048d2ca6e27afd33536fbae2827b2d245b90ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	whatlanguage
PORTVERSION=	1.0.6
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Natural language detection for text samples
WWW=		https://github.com/peterc/whatlanguage

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>