Files

22 lines
426 B
Makefile
Raw Permalink Normal View History

COMMENT = python language-detection library
2024-12-21 11:39:00 +00:00
MODPY_DISTV = 1.0.9
DISTNAME = langdetect-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://github.com/Mimino666/langdetect
2025-04-29 10:40:12 +00:00
REVISION= 1
MAINTAINER = Kirill A. Korinsky <kirill@korins.ky>
# Apache-2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
2024-12-21 11:39:00 +00:00
RUN_DEPENDS = devel/py-six
.include <bsd.port.mk>