mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
341 B
Makefile
20 lines
341 B
Makefile
COMMENT= country, language, currency and scripts definitions
|
|
|
|
MODPY_DISTV= 26.2.16
|
|
DISTNAME= pycountry-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/py/py-/}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# LGPL2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-importlib-metadata
|
|
|
|
.include <bsd.port.mk>
|