Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / py-ipy / Makefile
1 PORTNAME=       ipy
2 PORTVERSION=    1.01
3 CATEGORIES=     net-mgmt python
4 MASTER_SITES=   CHEESESHOP
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6 DISTNAME=       IPy-${PORTVERSION}
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Python module for handling IPv4 and IPv6 Addresses and Networks
10 WWW=            https://github.com/autocracy/python-ipy
11
12 LICENSE=        BSD3CLAUSE
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USES=           python:3.6+
16 USE_PYTHON=     autoplist concurrent distutils
17
18 NO_ARCH=        yes
19
20 do-test:
21         ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
22
23 .include <bsd.port.mk>