blob: f909dbcb02f428b84e94faf00f3fbfcb9802f24e (
plain) (
tree)
|
|
# ex:ts=8
# Ports collection makefile for: py-ipy
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ipy
PORTVERSION= 0.41
CATEGORIES= net python
MASTER_SITES= http://c0re.jp/c0de/IPy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IPy-${PORTVERSION}
MAINTAINER= drt@un.bewaff.net
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|