mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
355 B
Makefile
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>
|