Files
ports/misc/py-babelfish/Makefile
T
2024-12-21 11:38:25 +00:00

23 lines
355 B
Makefile

COMMENT= Python library to work with countries and languages
MODPY_DISTV= 0.6.1
DISTNAME= babelfish-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 0
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
.include <bsd.port.mk>