blob: 8b44ccacc6e765d7a9e891589daa6de9ecf6642e (
plain) (
tree)
|
|
# New ports collection makefile for: timeoutsocket
# Date created: 23 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timeoutsocket
PORTVERSION= 1.23
CATEGORIES= net python
MASTER_SITES= CENKES
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Timeout mechanism for TCP connections
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|