1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-mgmt/py-ipy/Makefile
Martin Wilke 3395af0a4b - Convert to autoplist
- Stage support
- Bump PORTREV
2014-02-15 10:28:10 +00:00

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>