freebsd-ports/textproc/py-langdetect/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
459 B
Makefile

PORTNAME= langdetect
PORTVERSION= 1.0.7
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= grembo@FreeBSD.org
COMMENT= Language detection library ported from Google\'s language-detection
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>