2002-01-29 19:03:34 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-ipy
|
|
|
|
# Date created: Jan 30, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipy
|
2009-06-24 23:00:16 +02:00
|
|
|
PORTVERSION= 0.63
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt python
|
2007-06-04 08:43:14 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
|
|
MASTER_SITE_SUBDIR= source/I/IPy
|
2002-01-29 19:03:34 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= IPy-${PORTVERSION}
|
|
|
|
|
2008-12-22 22:20:13 +01:00
|
|
|
MAINTAINER= wenheping@gmail.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks
|
2002-01-29 19:03:34 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 20:37:38 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= IPy
|
2002-01-29 19:03:34 +01:00
|
|
|
|
2005-07-29 08:49:08 +02:00
|
|
|
test: install
|
|
|
|
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
|
|
|
|
|
2002-01-29 19:03:34 +01:00
|
|
|
.include <bsd.port.mk>
|