freebsd-ports/net-mgmt/py-ipy/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

25 lines
499 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ipy
PORTVERSION= 1.01
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IPy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
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>