openbsd-ports/misc/py-babelfish/Makefile
2022-11-25 16:14:22 +00:00

26 lines
402 B
Makefile

COMMENT= Python library to work with countries and languages
MODPY_EGG_VERSION= 0.6.0
DISTNAME= babelfish-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 2
CATEGORIES= misc
HOMEPAGE= https://github.com/Diaoul/babelfish
# BSD-3-Clause
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= poetry-core
NO_TEST= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>