aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-guess-language/Makefile
blob: 8bcc6a73aa5754c89e8d8b742c16433831d115e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   guess-language
PORTVERSION=    0.2
CATEGORIES= textproc python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dbaio@FreeBSD.org
COMMENT=    Guess the natural language of a text in Python

LICENSE=    LGPL21+

NO_ARCH=    yes
USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>