freebsd-ports/net-mgmt/py-ipy/Makefile
Roman Bogorodskiy 9a0aaa9195 Update to 0.42.
PR:		83503
Submitted by:	vsevolod
Approved by:	maintainer timeout (2 weeks)
2005-07-29 06:49:08 +00:00

26 lines
517 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-ipy
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ipy
PORTVERSION= 0.42
CATEGORIES= net-mgmt python
MASTER_SITES= http://c0re.23.nu/c0de/IPy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IPy-${PORTVERSION}
MAINTAINER= drt@un.bewaff.net
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
USE_PYTHON= yes
USE_PYDISTUTILS= yes
test: install
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
.include <bsd.port.mk>