aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-whatlanguage/Makefile
blob: 99a280c623e2ccf39d0edd52c16aade4e2af7208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>