ports/net/py-netaddr/Makefile

26 lines
451 B
Makefile
Raw Permalink Normal View History

COMMENT= network address representation and manipulation library
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION= 0.10.1
DISTNAME= netaddr-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
2023-08-16 22:26:55 +00:00
# 1.0.0 removes is_private() which is used by at least Ansible
EPOCH= 0
2023-08-16 22:26:55 +00:00
CATEGORIES= net
HOMEPAGE= http://github.com/drkjam/netaddr/
2023-08-16 22:26:55 +00:00
# MIT
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2023-08-16 22:26:55 +00:00
FLAVOR= python3
FLAVORS= python3
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>