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