Version 1.00: * Fix IPv6 string interpretation for small ints * Various Python3 language fixes * consider 127.0 range LOOPBACK not PRIVATE
19 lines
521 B
Makefile
19 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.23 2019/05/15 11:46:39 adam Exp $
|
|
|
|
DISTNAME= IPy-1.00
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=I/IPy/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= https://github.com/haypo/python-ipy
|
|
COMMENT= Python module to handle IPv4 and IPv6 address
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|