summaryrefslogtreecommitdiff
path: root/textproc/py-langdetect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-langdetect/Makefile')
-rw-r--r--textproc/py-langdetect/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/py-langdetect/Makefile b/textproc/py-langdetect/Makefile
new file mode 100644
index 000000000000..52ec380a5bae
--- /dev/null
+++ b/textproc/py-langdetect/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+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 zip
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>