freebsd-ports/net-mgmt/py-ipy/Makefile

26 lines
517 B
Makefile
Raw Normal View History

# 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
2003-11-03 02:33:06 +01:00
MASTER_SITES= http://c0re.23.nu/c0de/IPy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IPy-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
USE_PYTHON= yes
2002-04-29 20:37:38 +02:00
USE_PYDISTUTILS= yes
test: install
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
.include <bsd.port.mk>