ports/devel/py-iso3166/Makefile

23 lines
466 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION = 1.0.1
COMMENT = self-contained ISO 3166-1 country definitions library
DISTNAME = iso3166-${MODPY_EGG_VERSION}
PKGNAME = py-iso3166-${MODPY_EGG_VERSION}
CATEGORIES = devel
REVISION = 5
HOMEPAGE = https://github.com/deactivated/python-iso3166
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>