aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-guess-language/Makefile
blob: 649cd054afd40acfc51a7ceda1cc6776e1d1b2bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	guess-language
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Guess the natural language of a text in Python
WWW=		https://pypi.org/project/guess-language/

LICENSE=	LGPL21+

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>