f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
18 lines
336 B
Makefile
18 lines
336 B
Makefile
# $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>
|