sthen 671bf4c35d update to py-ipaddress-1.0.23, part of a diff from clematis at insiberia.net
(I skipped/modified some of the changes that I think just made things more confusing)
2020-01-10 00:24:22 +00:00

24 lines
525 B
Makefile

# $OpenBSD: Makefile,v 1.11 2020/01/10 00:24:22 sthen Exp $
# python3 flavour not needed for this port; the ipaddress module
# is available in core python 3.3+
COMMENT = backport of Python 3.3's ipaddress for old Python
MODPY_EGG_VERSION = 1.0.23
DISTNAME = ipaddress-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
HOMEPAGE = https://github.com/phihag/ipaddress
# Python
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
.include <bsd.port.mk>