Files
sthen c11c096292 update to py3-netaddr-1.3.0
a 1.0.0 update was previously backed out - Ansible can optionally use
this (it's not listed as a dependency) but it didn't handle a change to
netaddr ("is_private" was replaced by more exact checks) but that's been
fixed in Ansible now.
2025-09-29 07:50:08 +00:00

21 lines
328 B
Makefile

COMMENT= network address representation and manipulation library
MODPY_DISTV= 1.3.0
DISTNAME= netaddr-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
EPOCH= 0
CATEGORIES= net
HOMEPAGE= http://github.com/drkjam/netaddr/
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
.include <bsd.port.mk>