aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-whatlanguage/Makefile
blob: 85b696649755ca1e785d158c97622734390246ed (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

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

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>