24 lines
525 B
Makefile
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>
|