bd6e956758
network addresses. It support the ability to work and interact with the following: - IPv4 and IPv6 addresses and subnets - MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers - arbitrary (non-aligned) IP address ranges and IP address sets - various non-CIDR IP range formats such as nmap and glob-style formats
21 lines
669 B
Makefile
21 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/02 13:48:13 he Exp $
|
|
|
|
DISTNAME= netaddr-0.7.12
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/n/netaddr/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/netaddr/
|
|
COMMENT= Python library for manipluating network addresses
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
|
|
REPLACE_PYTHON+= netaddr/eui/ieee.py
|
|
REPLACE_PYTHON+= netaddr/ip/iana.py
|
|
REPLACE_PYTHON+= netaddr/tests/__init__.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|