77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
23 lines
505 B
Makefile
23 lines
505 B
Makefile
PORTNAME= ipy
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= IPy-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
|
|
WWW= https://github.com/autocracy/python-ipy
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
|
|
|
|
.include <bsd.port.mk>
|