2016-07-15 19:29:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= guess-language
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2017-05-08 19:21:49 +02:00
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
2016-07-15 19:29:26 +02:00
|
|
|
COMMENT= Guess the natural language of a text in Python
|
|
|
|
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2018-03-17 15:43:34 +01:00
|
|
|
NO_ARCH= yes
|
2016-07-15 19:29:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|