1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/py-ipy/Makefile
Sunpoet Po-Chuan Hsieh 245472ef4f Add LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
- Take maintainership
2017-09-12 20:56:38 +00:00

25 lines
493 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ipy
PORTVERSION= 0.83
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
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
do-test:
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
.include <bsd.port.mk>