mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c11c096292
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.
21 lines
328 B
Makefile
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>
|