mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
5415855f92
Ports maintained by me in categories: science security sysutils textproc
19 lines
336 B
Makefile
19 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+
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|