aa7a6c429e
With hat: portmgr
18 lines
341 B
Makefile
18 lines
341 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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|