mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
3395af0a4b
- Stage support - Bump PORTREV
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipy
|
|
PORTVERSION= 0.81
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= IPy-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
test: install
|
|
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
|
|
|
|
.include <bsd.port.mk>
|